Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribePrefixListsRequest.Builder
Packages that use DescribePrefixListsRequest.Builder
Package
Description
-
Uses of DescribePrefixListsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribePrefixListsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.describePrefixLists(Consumer<DescribePrefixListsRequest.Builder> describePrefixListsRequest) Describes available Amazon Web Services services in a prefix list format, which includes the prefix list name and prefix list ID of the service and the IP address range for the service.default DescribePrefixListsResponseEc2Client.describePrefixLists(Consumer<DescribePrefixListsRequest.Builder> describePrefixListsRequest) Describes available Amazon Web Services services in a prefix list format, which includes the prefix list name and prefix list ID of the service and the IP address range for the service.default DescribePrefixListsPublisherEc2AsyncClient.describePrefixListsPaginator(Consumer<DescribePrefixListsRequest.Builder> describePrefixListsRequest) This is a variant ofEc2AsyncClient.describePrefixLists(software.amazon.awssdk.services.ec2.model.DescribePrefixListsRequest)operation.default DescribePrefixListsIterableEc2Client.describePrefixListsPaginator(Consumer<DescribePrefixListsRequest.Builder> describePrefixListsRequest) This is a variant ofEc2Client.describePrefixLists(software.amazon.awssdk.services.ec2.model.DescribePrefixListsRequest)operation. -
Uses of DescribePrefixListsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribePrefixListsRequest.BuilderModifier and TypeMethodDescriptionDescribePrefixListsRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DescribePrefixListsRequest.Builder.filters(Collection<Filter> filters) One or more filters.DescribePrefixListsRequest.Builder.filters(Consumer<Filter.Builder>... filters) One or more filters.One or more filters.DescribePrefixListsRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return with a single call.The token for the next page of results.DescribePrefixListsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribePrefixListsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribePrefixListsRequest.Builder.prefixListIds(String... prefixListIds) One or more prefix list IDs.DescribePrefixListsRequest.Builder.prefixListIds(Collection<String> prefixListIds) One or more prefix list IDs.DescribePrefixListsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribePrefixListsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribePrefixListsRequest.Builder>DescribePrefixListsRequest.serializableBuilderClass()