Uses of Class
software.amazon.awssdk.services.secretsmanager.model.GetSecretValueResponse
-
Packages that use GetSecretValueResponse Package Description software.amazon.awssdk.services.secretsmanager Amazon Web Services Secrets Manager -
-
Uses of GetSecretValueResponse in software.amazon.awssdk.services.secretsmanager
Methods in software.amazon.awssdk.services.secretsmanager that return GetSecretValueResponse Modifier and Type Method Description default GetSecretValueResponseSecretsManagerClient. getSecretValue(Consumer<GetSecretValueRequest.Builder> getSecretValueRequest)Retrieves the contents of the encrypted fieldsSecretStringorSecretBinaryfrom the specified version of a secret, whichever contains content.default GetSecretValueResponseSecretsManagerClient. getSecretValue(GetSecretValueRequest getSecretValueRequest)Retrieves the contents of the encrypted fieldsSecretStringorSecretBinaryfrom the specified version of a secret, whichever contains content.Methods in software.amazon.awssdk.services.secretsmanager that return types with arguments of type GetSecretValueResponse Modifier and Type Method Description default CompletableFuture<GetSecretValueResponse>SecretsManagerAsyncClient. getSecretValue(Consumer<GetSecretValueRequest.Builder> getSecretValueRequest)Retrieves the contents of the encrypted fieldsSecretStringorSecretBinaryfrom the specified version of a secret, whichever contains content.default CompletableFuture<GetSecretValueResponse>SecretsManagerAsyncClient. getSecretValue(GetSecretValueRequest getSecretValueRequest)Retrieves the contents of the encrypted fieldsSecretStringorSecretBinaryfrom the specified version of a secret, whichever contains content.
-