Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateIpamInternetRegistryAssociationRequest.Builder
Packages that use CreateIpamInternetRegistryAssociationRequest.Builder
Package
Description
-
Uses of CreateIpamInternetRegistryAssociationRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateIpamInternetRegistryAssociationRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createIpamInternetRegistryAssociation(Consumer<CreateIpamInternetRegistryAssociationRequest.Builder> createIpamInternetRegistryAssociationRequest) Creates an association between an IPAM and a Regional Internet Registry (RIR) for Resource Public Key Infrastructure (RPKI) management.Ec2Client.createIpamInternetRegistryAssociation(Consumer<CreateIpamInternetRegistryAssociationRequest.Builder> createIpamInternetRegistryAssociationRequest) Creates an association between an IPAM and a Regional Internet Registry (RIR) for Resource Public Key Infrastructure (RPKI) management. -
Uses of CreateIpamInternetRegistryAssociationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateIpamInternetRegistryAssociationRequest.BuilderModifier and TypeMethodDescriptionCreateIpamInternetRegistryAssociationRequest.builder()CreateIpamInternetRegistryAssociationRequest.Builder.clientToken(String clientToken) A unique, case-sensitive identifier to ensure that the operation completes no more than one time.CreateIpamInternetRegistryAssociationRequest.Builder.description(String description) A description for the internet registry association.Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response.The ID of the IPAM to associate with the internet registry.CreateIpamInternetRegistryAssociationRequest.Builder.organizationHandle(String organizationHandle) The organization handle at the internet registry (for example, a RIPE NCC organization ID or ARIN Org ID).CreateIpamInternetRegistryAssociationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateIpamInternetRegistryAssociationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The Regional Internet Registry to associate with.The Regional Internet Registry to associate with.CreateIpamInternetRegistryAssociationRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to assign to the internet registry association.CreateIpamInternetRegistryAssociationRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to assign to the internet registry association.CreateIpamInternetRegistryAssociationRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to assign to the internet registry association.CreateIpamInternetRegistryAssociationRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateIpamInternetRegistryAssociationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateIpamInternetRegistryAssociationRequest.Builder>CreateIpamInternetRegistryAssociationRequest.serializableBuilderClass()