Uses of Class
software.amazon.awssdk.services.ec2.model.ExternalAuthorityConfiguration
-
Packages that use ExternalAuthorityConfiguration Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ExternalAuthorityConfiguration in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ExternalAuthorityConfiguration Modifier and Type Method Description ExternalAuthorityConfigurationCreateIpamScopeRequest. externalAuthorityConfiguration()The configuration that links an Amazon VPC IPAM scope to an external authority system.ExternalAuthorityConfigurationModifyIpamScopeRequest. externalAuthorityConfiguration()The configuration that links an Amazon VPC IPAM scope to an external authority system.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ExternalAuthorityConfiguration Modifier and Type Method Description CreateIpamScopeRequest.BuilderCreateIpamScopeRequest.Builder. externalAuthorityConfiguration(ExternalAuthorityConfiguration externalAuthorityConfiguration)The configuration that links an Amazon VPC IPAM scope to an external authority system.ModifyIpamScopeRequest.BuilderModifyIpamScopeRequest.Builder. externalAuthorityConfiguration(ExternalAuthorityConfiguration externalAuthorityConfiguration)The configuration that links an Amazon VPC IPAM scope to an external authority system.
-