Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.CertificateLocation
Packages that use CertificateLocation
-
Uses of CertificateLocation in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return CertificateLocationModifier and TypeMethodDescriptionstatic CertificateLocationCertificateLocation.fromSecretsManager(Consumer<SecretsManagerLocation.Builder> secretsManager) Create an instance of this class withsecretsManager()initialized to the given value.static CertificateLocationCertificateLocation.fromSecretsManager(SecretsManagerLocation secretsManager) Create an instance of this class withsecretsManager()initialized to the given value.final CertificateLocationCertificate.location()The location of the certificate.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type CertificateLocationModifier and TypeMethodDescriptionCertificate.Builder.location(CertificateLocation location) The location of the certificate.