Uses of Interface
software.amazon.awssdk.services.secretsmanager.model.GetSecretValueRequest.Builder
Packages that use GetSecretValueRequest.Builder
Package
Description
-
Uses of GetSecretValueRequest.Builder in software.amazon.awssdk.services.secretsmanager
Method parameters in software.amazon.awssdk.services.secretsmanager with type arguments of type GetSecretValueRequest.BuilderModifier and TypeMethodDescriptiondefault 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 GetSecretValueResponseSecretsManagerClient.getSecretValue(Consumer<GetSecretValueRequest.Builder> getSecretValueRequest) Retrieves the contents of the encrypted fieldsSecretStringorSecretBinaryfrom the specified version of a secret, whichever contains content. -
Uses of GetSecretValueRequest.Builder in software.amazon.awssdk.services.secretsmanager.model
Methods in software.amazon.awssdk.services.secretsmanager.model that return GetSecretValueRequest.BuilderModifier and TypeMethodDescriptionGetSecretValueRequest.builder()GetSecretValueRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetSecretValueRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The ARN or name of the secret to retrieve.GetSecretValueRequest.toBuilder()The unique identifier of the version of the secret to retrieve.GetSecretValueRequest.Builder.versionStage(String versionStage) The staging label of the version of the secret to retrieve.Methods in software.amazon.awssdk.services.secretsmanager.model that return types with arguments of type GetSecretValueRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetSecretValueRequest.Builder>GetSecretValueRequest.serializableBuilderClass()