Uses of Class
software.amazon.awssdk.services.secretsmanager.model.StopReplicationToReplicaResponse
Packages that use StopReplicationToReplicaResponse
Package
Description
-
Uses of StopReplicationToReplicaResponse in software.amazon.awssdk.services.secretsmanager
Methods in software.amazon.awssdk.services.secretsmanager that return StopReplicationToReplicaResponseModifier and TypeMethodDescriptiondefault 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 StopReplicationToReplicaResponseModifier and TypeMethodDescriptionSecretsManagerAsyncClient.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.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.