| Package | Description |
|---|---|
| software.amazon.awssdk.services.secretsmanager |
|
| Modifier and Type | Method and Description |
|---|---|
default StopReplicationToReplicaResponse |
SecretsManagerClient.stopReplicationToReplica(Consumer<StopReplicationToReplicaRequest.Builder> stopReplicationToReplicaRequest)
Removes the secret from replication and promotes the secret to a regional secret in the replica Region.
|
default StopReplicationToReplicaResponse |
SecretsManagerClient.stopReplicationToReplica(StopReplicationToReplicaRequest stopReplicationToReplicaRequest)
Removes the secret from replication and promotes the secret to a regional secret in the replica Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopReplicationToReplicaResponse> |
SecretsManagerAsyncClient.stopReplicationToReplica(Consumer<StopReplicationToReplicaRequest.Builder> stopReplicationToReplicaRequest)
Removes the secret from replication and promotes the secret to a regional secret in the replica Region.
|
default CompletableFuture<StopReplicationToReplicaResponse> |
SecretsManagerAsyncClient.stopReplicationToReplica(StopReplicationToReplicaRequest stopReplicationToReplicaRequest)
Removes the secret from replication and promotes the secret to a regional secret in the replica Region.
|
Copyright © 2021. All rights reserved.