Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeIpamInternetRegistryAssociationsRequest.Builder
Packages that use DescribeIpamInternetRegistryAssociationsRequest.Builder
Package
Description
-
Uses of DescribeIpamInternetRegistryAssociationsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeIpamInternetRegistryAssociationsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.describeIpamInternetRegistryAssociations(Consumer<DescribeIpamInternetRegistryAssociationsRequest.Builder> describeIpamInternetRegistryAssociationsRequest) Describes one or more IPAM internet registry associations.Ec2Client.describeIpamInternetRegistryAssociations(Consumer<DescribeIpamInternetRegistryAssociationsRequest.Builder> describeIpamInternetRegistryAssociationsRequest) Describes one or more IPAM internet registry associations. -
Uses of DescribeIpamInternetRegistryAssociationsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeIpamInternetRegistryAssociationsRequest.BuilderModifier and TypeMethodDescriptionDescribeIpamInternetRegistryAssociationsRequest.builder()Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response.DescribeIpamInternetRegistryAssociationsRequest.Builder.filters(Collection<Filter> filters) One or more filters to apply to the results.DescribeIpamInternetRegistryAssociationsRequest.Builder.filters(Consumer<Filter.Builder>... filters) One or more filters to apply to the results.One or more filters to apply to the results.DescribeIpamInternetRegistryAssociationsRequest.Builder.ipamInternetRegistryAssociationIds(String... ipamInternetRegistryAssociationIds) The IDs of the internet registry associations to describe.DescribeIpamInternetRegistryAssociationsRequest.Builder.ipamInternetRegistryAssociationIds(Collection<String> ipamInternetRegistryAssociationIds) The IDs of the internet registry associations to describe.DescribeIpamInternetRegistryAssociationsRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return in a single call.The token for the next page of results.DescribeIpamInternetRegistryAssociationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeIpamInternetRegistryAssociationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeIpamInternetRegistryAssociationsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeIpamInternetRegistryAssociationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeIpamInternetRegistryAssociationsRequest.Builder>DescribeIpamInternetRegistryAssociationsRequest.serializableBuilderClass()