Uses of Interface
software.amazon.awssdk.services.ec2.model.GetManagedPrefixListAssociationsRequest.Builder
-
Packages that use GetManagedPrefixListAssociationsRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of GetManagedPrefixListAssociationsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type GetManagedPrefixListAssociationsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetManagedPrefixListAssociationsResponse>Ec2AsyncClient. getManagedPrefixListAssociations(Consumer<GetManagedPrefixListAssociationsRequest.Builder> getManagedPrefixListAssociationsRequest)Gets information about the resources that are associated with the specified managed prefix list.default GetManagedPrefixListAssociationsResponseEc2Client. getManagedPrefixListAssociations(Consumer<GetManagedPrefixListAssociationsRequest.Builder> getManagedPrefixListAssociationsRequest)Gets information about the resources that are associated with the specified managed prefix list.default GetManagedPrefixListAssociationsPublisherEc2AsyncClient. getManagedPrefixListAssociationsPaginator(Consumer<GetManagedPrefixListAssociationsRequest.Builder> getManagedPrefixListAssociationsRequest)Gets information about the resources that are associated with the specified managed prefix list.default GetManagedPrefixListAssociationsIterableEc2Client. getManagedPrefixListAssociationsPaginator(Consumer<GetManagedPrefixListAssociationsRequest.Builder> getManagedPrefixListAssociationsRequest)Gets information about the resources that are associated with the specified managed prefix list. -
Uses of GetManagedPrefixListAssociationsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GetManagedPrefixListAssociationsRequest.Builder Modifier and Type Method Description static GetManagedPrefixListAssociationsRequest.BuilderGetManagedPrefixListAssociationsRequest. builder()GetManagedPrefixListAssociationsRequest.BuilderGetManagedPrefixListAssociationsRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.GetManagedPrefixListAssociationsRequest.BuilderGetManagedPrefixListAssociationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return with a single call.GetManagedPrefixListAssociationsRequest.BuilderGetManagedPrefixListAssociationsRequest.Builder. nextToken(String nextToken)The token for the next page of results.GetManagedPrefixListAssociationsRequest.BuilderGetManagedPrefixListAssociationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetManagedPrefixListAssociationsRequest.BuilderGetManagedPrefixListAssociationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetManagedPrefixListAssociationsRequest.BuilderGetManagedPrefixListAssociationsRequest.Builder. prefixListId(String prefixListId)The ID of the prefix list.GetManagedPrefixListAssociationsRequest.BuilderGetManagedPrefixListAssociationsRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GetManagedPrefixListAssociationsRequest.Builder Modifier and Type Method Description static Class<? extends GetManagedPrefixListAssociationsRequest.Builder>GetManagedPrefixListAssociationsRequest. serializableBuilderClass()
-