Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeFlowLogsRequest.Builder
-
Packages that use DescribeFlowLogsRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of DescribeFlowLogsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeFlowLogsRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeFlowLogsResponse>Ec2AsyncClient. describeFlowLogs(Consumer<DescribeFlowLogsRequest.Builder> describeFlowLogsRequest)Describes one or more flow logs.default DescribeFlowLogsResponseEc2Client. describeFlowLogs(Consumer<DescribeFlowLogsRequest.Builder> describeFlowLogsRequest)Describes one or more flow logs.default DescribeFlowLogsPublisherEc2AsyncClient. describeFlowLogsPaginator(Consumer<DescribeFlowLogsRequest.Builder> describeFlowLogsRequest)Describes one or more flow logs.default DescribeFlowLogsIterableEc2Client. describeFlowLogsPaginator(Consumer<DescribeFlowLogsRequest.Builder> describeFlowLogsRequest)Describes one or more flow logs. -
Uses of DescribeFlowLogsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeFlowLogsRequest.Builder Modifier and Type Method Description static DescribeFlowLogsRequest.BuilderDescribeFlowLogsRequest. builder()DescribeFlowLogsRequest.BuilderDescribeFlowLogsRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DescribeFlowLogsRequest.BuilderDescribeFlowLogsRequest.Builder. filter(Collection<Filter> filter)One or more filters.DescribeFlowLogsRequest.BuilderDescribeFlowLogsRequest.Builder. filter(Consumer<Filter.Builder>... filter)One or more filters.DescribeFlowLogsRequest.BuilderDescribeFlowLogsRequest.Builder. filter(Filter... filter)One or more filters.DescribeFlowLogsRequest.BuilderDescribeFlowLogsRequest.Builder. flowLogIds(String... flowLogIds)One or more flow log IDs.DescribeFlowLogsRequest.BuilderDescribeFlowLogsRequest.Builder. flowLogIds(Collection<String> flowLogIds)One or more flow log IDs.DescribeFlowLogsRequest.BuilderDescribeFlowLogsRequest.Builder. maxResults(Integer maxResults)The maximum number of items to return for this request.DescribeFlowLogsRequest.BuilderDescribeFlowLogsRequest.Builder. nextToken(String nextToken)The token to request the next page of items.DescribeFlowLogsRequest.BuilderDescribeFlowLogsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeFlowLogsRequest.BuilderDescribeFlowLogsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeFlowLogsRequest.BuilderDescribeFlowLogsRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeFlowLogsRequest.Builder Modifier and Type Method Description static Class<? extends DescribeFlowLogsRequest.Builder>DescribeFlowLogsRequest. serializableBuilderClass()
-