Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeManagedPrefixListsRequest
-
Packages that use DescribeManagedPrefixListsRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators software.amazon.awssdk.services.ec2.transform -
-
Uses of DescribeManagedPrefixListsRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type DescribeManagedPrefixListsRequest Modifier and Type Method Description default CompletableFuture<DescribeManagedPrefixListsResponse>Ec2AsyncClient. describeManagedPrefixLists(DescribeManagedPrefixListsRequest describeManagedPrefixListsRequest)Describes your managed prefix lists and any Amazon Web Services-managed prefix lists.default DescribeManagedPrefixListsResponseEc2Client. describeManagedPrefixLists(DescribeManagedPrefixListsRequest describeManagedPrefixListsRequest)Describes your managed prefix lists and any Amazon Web Services-managed prefix lists.default DescribeManagedPrefixListsPublisherEc2AsyncClient. describeManagedPrefixListsPaginator(DescribeManagedPrefixListsRequest describeManagedPrefixListsRequest)Describes your managed prefix lists and any Amazon Web Services-managed prefix lists.default DescribeManagedPrefixListsIterableEc2Client. describeManagedPrefixListsPaginator(DescribeManagedPrefixListsRequest describeManagedPrefixListsRequest)Describes your managed prefix lists and any Amazon Web Services-managed prefix lists. -
Uses of DescribeManagedPrefixListsRequest in software.amazon.awssdk.services.ec2.paginators
Constructors in software.amazon.awssdk.services.ec2.paginators with parameters of type DescribeManagedPrefixListsRequest Constructor Description DescribeManagedPrefixListsIterable(Ec2Client client, DescribeManagedPrefixListsRequest firstRequest)DescribeManagedPrefixListsPublisher(Ec2AsyncClient client, DescribeManagedPrefixListsRequest firstRequest) -
Uses of DescribeManagedPrefixListsRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type DescribeManagedPrefixListsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeManagedPrefixListsRequestMarshaller. marshall(DescribeManagedPrefixListsRequest describeManagedPrefixListsRequest)
-