Uses of Interface
software.amazon.awssdk.services.secretsmanager.model.PutSecretValueRequest.Builder
Packages that use PutSecretValueRequest.Builder
Package
Description
-
Uses of PutSecretValueRequest.Builder in software.amazon.awssdk.services.secretsmanager
Method parameters in software.amazon.awssdk.services.secretsmanager with type arguments of type PutSecretValueRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<PutSecretValueResponse>SecretsManagerAsyncClient.putSecretValue(Consumer<PutSecretValueRequest.Builder> putSecretValueRequest) Creates a new version of your secret by creating a new encrypted value and attaching it to the secret.default PutSecretValueResponseSecretsManagerClient.putSecretValue(Consumer<PutSecretValueRequest.Builder> putSecretValueRequest) Creates a new version of your secret by creating a new encrypted value and attaching it to the secret. -
Uses of PutSecretValueRequest.Builder in software.amazon.awssdk.services.secretsmanager.model
Methods in software.amazon.awssdk.services.secretsmanager.model that return PutSecretValueRequest.BuilderModifier and TypeMethodDescriptionPutSecretValueRequest.builder()PutSecretValueRequest.Builder.clientRequestToken(String clientRequestToken) A unique identifier for the new version of the secret.PutSecretValueRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutSecretValueRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutSecretValueRequest.Builder.rotationToken(String rotationToken) A unique identifier that indicates the source of the request.PutSecretValueRequest.Builder.secretBinary(SdkBytes secretBinary) The binary data to encrypt and store in the new version of the secret.The ARN or name of the secret to add a new version to.PutSecretValueRequest.Builder.secretString(String secretString) The text to encrypt and store in the new version of the secret.PutSecretValueRequest.toBuilder()PutSecretValueRequest.Builder.versionStages(String... versionStages) A list of staging labels to attach to this version of the secret.PutSecretValueRequest.Builder.versionStages(Collection<String> versionStages) A list of staging labels to attach to this version of the secret.Methods in software.amazon.awssdk.services.secretsmanager.model that return types with arguments of type PutSecretValueRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutSecretValueRequest.Builder>PutSecretValueRequest.serializableBuilderClass()