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 DescribeFlowLogsRequest
DescribeFlowLogsRequest. clone()
DescribeFlowLogsRequest
DescribeFlowLogsRequest. withFilter(Filter... filter)
One or more filters.DescribeFlowLogsRequest
DescribeFlowLogsRequest. withFilter(Collection<Filter> filter)
One or more filters.DescribeFlowLogsRequest
DescribeFlowLogsRequest. withFlowLogIds(String... flowLogIds)
One or more flow log IDs.DescribeFlowLogsRequest
DescribeFlowLogsRequest. withFlowLogIds(Collection<String> flowLogIds)
One or more flow log IDs.DescribeFlowLogsRequest
DescribeFlowLogsRequest. withMaxResults(Integer maxResults)
The maximum number of results to return for the request in a single page.DescribeFlowLogsRequest
DescribeFlowLogsRequest. 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.
-