Uses of Interface
software.amazon.awssdk.services.secretsmanager.model.UpdateSecretRequest.Builder
Packages that use UpdateSecretRequest.Builder
Package
Description
-
Uses of UpdateSecretRequest.Builder in software.amazon.awssdk.services.secretsmanager
Method parameters in software.amazon.awssdk.services.secretsmanager with type arguments of type UpdateSecretRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateSecretResponse>SecretsManagerAsyncClient.updateSecret(Consumer<UpdateSecretRequest.Builder> updateSecretRequest) Modifies the details of a secret, including metadata and the secret value.default UpdateSecretResponseSecretsManagerClient.updateSecret(Consumer<UpdateSecretRequest.Builder> updateSecretRequest) Modifies the details of a secret, including metadata and the secret value. -
Uses of UpdateSecretRequest.Builder in software.amazon.awssdk.services.secretsmanager.model
Methods in software.amazon.awssdk.services.secretsmanager.model that return UpdateSecretRequest.BuilderModifier and TypeMethodDescriptionstatic UpdateSecretRequest.BuilderUpdateSecretRequest.builder()UpdateSecretRequest.Builder.clientRequestToken(String clientRequestToken) If you includeSecretStringorSecretBinary, then Secrets Manager creates a new version for the secret, and this parameter specifies the unique identifier for the new version.UpdateSecretRequest.Builder.description(String description) The description of the secret.The ARN, key ID, or alias of the KMS key that Secrets Manager uses to encrypt new secret versions as well as any existing versions with the staging labelsAWSCURRENT,AWSPENDING, orAWSPREVIOUS.UpdateSecretRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateSecretRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateSecretRequest.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.UpdateSecretRequest.Builder.secretString(String secretString) The text data to encrypt and store in the new version of the secret.UpdateSecretRequest.toBuilder()The exact string that identifies the third-party partner that holds the external secret.Methods in software.amazon.awssdk.services.secretsmanager.model that return types with arguments of type UpdateSecretRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateSecretRequest.Builder>UpdateSecretRequest.serializableBuilderClass()