Uses of Interface
software.amazon.awssdk.services.ec2.model.EnableIpamInternetRegistryAssociationRequest.Builder
Packages that use EnableIpamInternetRegistryAssociationRequest.Builder
Package
Description
-
Uses of EnableIpamInternetRegistryAssociationRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type EnableIpamInternetRegistryAssociationRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.enableIpamInternetRegistryAssociation(Consumer<EnableIpamInternetRegistryAssociationRequest.Builder> enableIpamInternetRegistryAssociationRequest) Enables Resource Public Key Infrastructure (RPKI) on an existing IPAM internet registry association by providing BGP Public Key Infrastructure (BPKI) certificate details.Ec2Client.enableIpamInternetRegistryAssociation(Consumer<EnableIpamInternetRegistryAssociationRequest.Builder> enableIpamInternetRegistryAssociationRequest) Enables Resource Public Key Infrastructure (RPKI) on an existing IPAM internet registry association by providing BGP Public Key Infrastructure (BPKI) certificate details. -
Uses of EnableIpamInternetRegistryAssociationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EnableIpamInternetRegistryAssociationRequest.BuilderModifier and TypeMethodDescriptionEnableIpamInternetRegistryAssociationRequest.builder()EnableIpamInternetRegistryAssociationRequest.Builder.childHandle(String childHandle) The child handle for the BPKI certificate hierarchy from the Parent Response XML.EnableIpamInternetRegistryAssociationRequest.Builder.clientToken(String clientToken) A unique, case-sensitive identifier to ensure that the operation completes no more than one time.Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response.EnableIpamInternetRegistryAssociationRequest.Builder.ipamInternetRegistryAssociationId(String ipamInternetRegistryAssociationId) The ID of the IPAM internet registry association to enable.EnableIpamInternetRegistryAssociationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) EnableIpamInternetRegistryAssociationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) EnableIpamInternetRegistryAssociationRequest.Builder.parentBpkiTa(String parentBpkiTa) The parent BPKI Trust Anchor certificate in PEM format from the Parent Response XML.EnableIpamInternetRegistryAssociationRequest.Builder.parentHandle(String parentHandle) The parent handle for the BPKI certificate hierarchy from the Parent Response XML.EnableIpamInternetRegistryAssociationRequest.Builder.rpkiVersion(String rpkiVersion) The RPKI version to use from the Parent Response XML.EnableIpamInternetRegistryAssociationRequest.Builder.serviceUri(String serviceUri) The RPKI service URI for the publication point from the Parent Response XML.EnableIpamInternetRegistryAssociationRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EnableIpamInternetRegistryAssociationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EnableIpamInternetRegistryAssociationRequest.Builder>EnableIpamInternetRegistryAssociationRequest.serializableBuilderClass()