Uses of Class
software.amazon.awssdk.services.secretsmanager.model.StopReplicationToReplicaRequest
-
Packages that use StopReplicationToReplicaRequest Package Description software.amazon.awssdk.services.secretsmanager Amazon Web Services Secrets Manager software.amazon.awssdk.services.secretsmanager.transform -
-
Uses of StopReplicationToReplicaRequest in software.amazon.awssdk.services.secretsmanager
Methods in software.amazon.awssdk.services.secretsmanager with parameters of type StopReplicationToReplicaRequest Modifier and Type Method Description 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.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. -
Uses of StopReplicationToReplicaRequest in software.amazon.awssdk.services.secretsmanager.transform
Methods in software.amazon.awssdk.services.secretsmanager.transform with parameters of type StopReplicationToReplicaRequest Modifier and Type Method Description SdkHttpFullRequestStopReplicationToReplicaRequestMarshaller. marshall(StopReplicationToReplicaRequest stopReplicationToReplicaRequest)
-