Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeFlowLogsRequest.Builder
Packages that use DescribeFlowLogsRequest.Builder
Package
Description
-
Uses of DescribeFlowLogsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeFlowLogsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.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) This is a variant ofEc2AsyncClient.describeFlowLogs(software.amazon.awssdk.services.ec2.model.DescribeFlowLogsRequest)operation.default DescribeFlowLogsIterableEc2Client.describeFlowLogsPaginator(Consumer<DescribeFlowLogsRequest.Builder> describeFlowLogsRequest) This is a variant ofEc2Client.describeFlowLogs(software.amazon.awssdk.services.ec2.model.DescribeFlowLogsRequest)operation. -
Uses of DescribeFlowLogsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeFlowLogsRequest.BuilderModifier and TypeMethodDescriptionDescribeFlowLogsRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DescribeFlowLogsRequest.Builder.filter(Collection<Filter> filter) One or more filters.DescribeFlowLogsRequest.Builder.filter(Consumer<Filter.Builder>... filter) One or more filters.One or more filters.DescribeFlowLogsRequest.Builder.flowLogIds(String... flowLogIds) One or more flow log IDs.DescribeFlowLogsRequest.Builder.flowLogIds(Collection<String> flowLogIds) One or more flow log IDs.DescribeFlowLogsRequest.Builder.maxResults(Integer maxResults) The maximum number of items to return for this request.The token to request the next page of items.DescribeFlowLogsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeFlowLogsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeFlowLogsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeFlowLogsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeFlowLogsRequest.Builder>DescribeFlowLogsRequest.serializableBuilderClass()