Uses of Class
software.amazon.awssdk.services.secretsmanager.model.RestoreSecretResponse
-
Packages that use RestoreSecretResponse Package Description software.amazon.awssdk.services.secretsmanager Amazon Web Services Secrets Manager -
-
Uses of RestoreSecretResponse in software.amazon.awssdk.services.secretsmanager
Methods in software.amazon.awssdk.services.secretsmanager that return RestoreSecretResponse Modifier and Type Method Description default RestoreSecretResponseSecretsManagerClient. restoreSecret(Consumer<RestoreSecretRequest.Builder> restoreSecretRequest)Cancels the scheduled deletion of a secret by removing theDeletedDatetime stamp.default RestoreSecretResponseSecretsManagerClient. restoreSecret(RestoreSecretRequest restoreSecretRequest)Cancels the scheduled deletion of a secret by removing theDeletedDatetime stamp.Methods in software.amazon.awssdk.services.secretsmanager that return types with arguments of type RestoreSecretResponse Modifier and Type Method Description default CompletableFuture<RestoreSecretResponse>SecretsManagerAsyncClient. restoreSecret(Consumer<RestoreSecretRequest.Builder> restoreSecretRequest)Cancels the scheduled deletion of a secret by removing theDeletedDatetime stamp.default CompletableFuture<RestoreSecretResponse>SecretsManagerAsyncClient. restoreSecret(RestoreSecretRequest restoreSecretRequest)Cancels the scheduled deletion of a secret by removing theDeletedDatetime stamp.
-