Uses of Class
com.amazonaws.services.ec2.model.DescribeFlowLogsRequest
-
Packages that use DescribeFlowLogsRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DescribeFlowLogsRequest in com.amazonaws.services.ec2
-
Uses of DescribeFlowLogsRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeFlowLogsRequest Modifier and Type Method Description DescribeFlowLogsRequestDescribeFlowLogsRequest. clone()DescribeFlowLogsRequestDescribeFlowLogsRequest. withFilter(Filter... filter)One or more filters.DescribeFlowLogsRequestDescribeFlowLogsRequest. withFilter(Collection<Filter> filter)One or more filters.DescribeFlowLogsRequestDescribeFlowLogsRequest. withFlowLogIds(String... flowLogIds)One or more flow log IDs.DescribeFlowLogsRequestDescribeFlowLogsRequest. withFlowLogIds(Collection<String> flowLogIds)One or more flow log IDs.DescribeFlowLogsRequestDescribeFlowLogsRequest. withMaxResults(Integer maxResults)The maximum number of results to return for the request in a single page.DescribeFlowLogsRequestDescribeFlowLogsRequest. withNextToken(String nextToken)The token to retrieve the next page of results.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DescribeFlowLogsRequest Modifier and Type Method Description Request<DescribeFlowLogsRequest>DescribeFlowLogsRequest. getDryRunRequest()This method is intended for internal use only.
-