Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.SecretsManagerLocation
Packages that use SecretsManagerLocation
-
Uses of SecretsManagerLocation in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return SecretsManagerLocationModifier and TypeMethodDescriptionfinal SecretsManagerLocationCertificateLocation.secretsManager()The Amazon Web Services Secrets Manager location of the certificate.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type SecretsManagerLocationModifier and TypeMethodDescriptionstatic CertificateLocationCertificateLocation.fromSecretsManager(SecretsManagerLocation secretsManager) Create an instance of this class withCertificateLocation.secretsManager()initialized to the given value.CertificateLocation.Builder.secretsManager(SecretsManagerLocation secretsManager) The Amazon Web Services Secrets Manager location of the certificate.