| Package | Description |
|---|---|
| software.amazon.awssdk.services.secretsmanager |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateSecretVersionStageResponse |
SecretsManagerClient.updateSecretVersionStage(Consumer<UpdateSecretVersionStageRequest.Builder> updateSecretVersionStageRequest)
Modifies the staging labels attached to a version of a secret.
|
default UpdateSecretVersionStageResponse |
SecretsManagerClient.updateSecretVersionStage(UpdateSecretVersionStageRequest updateSecretVersionStageRequest)
Modifies the staging labels attached to a version of a secret.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateSecretVersionStageResponse> |
SecretsManagerAsyncClient.updateSecretVersionStage(Consumer<UpdateSecretVersionStageRequest.Builder> updateSecretVersionStageRequest)
Modifies the staging labels attached to a version of a secret.
|
default CompletableFuture<UpdateSecretVersionStageResponse> |
SecretsManagerAsyncClient.updateSecretVersionStage(UpdateSecretVersionStageRequest updateSecretVersionStageRequest)
Modifies the staging labels attached to a version of a secret.
|
Copyright © 2020. All rights reserved.