Uses of Class
software.amazon.awssdk.services.secretsmanager.model.StopReplicationToReplicaResponse
-
Packages that use StopReplicationToReplicaResponse Package Description software.amazon.awssdk.services.secretsmanager Amazon Web Services Secrets Manager -
-
Uses of StopReplicationToReplicaResponse in software.amazon.awssdk.services.secretsmanager
Methods in software.amazon.awssdk.services.secretsmanager that return StopReplicationToReplicaResponse Modifier and Type Method Description default StopReplicationToReplicaResponseSecretsManagerClient. stopReplicationToReplica(Consumer<StopReplicationToReplicaRequest.Builder> stopReplicationToReplicaRequest)Removes the link between the replica secret and the primary secret and promotes the replica to a primary secret in the replica Region.default StopReplicationToReplicaResponseSecretsManagerClient. stopReplicationToReplica(StopReplicationToReplicaRequest stopReplicationToReplicaRequest)Removes the link between the replica secret and the primary secret and promotes the replica to a primary secret in the replica Region.Methods in software.amazon.awssdk.services.secretsmanager that return types with arguments of type StopReplicationToReplicaResponse Modifier and Type Method Description default CompletableFuture<StopReplicationToReplicaResponse>SecretsManagerAsyncClient. stopReplicationToReplica(Consumer<StopReplicationToReplicaRequest.Builder> stopReplicationToReplicaRequest)Removes the link between the replica secret and the primary secret and promotes the replica to a primary secret in the replica Region.default CompletableFuture<StopReplicationToReplicaResponse>SecretsManagerAsyncClient. stopReplicationToReplica(StopReplicationToReplicaRequest stopReplicationToReplicaRequest)Removes the link between the replica secret and the primary secret and promotes the replica to a primary secret in the replica Region.
-