Uses of Class
software.amazon.awssdk.services.secretsmanager.model.ReplicationStatusType
-
Packages that use ReplicationStatusType Package Description software.amazon.awssdk.services.secretsmanager.model -
-
Uses of ReplicationStatusType in software.amazon.awssdk.services.secretsmanager.model
Methods in software.amazon.awssdk.services.secretsmanager.model that return types with arguments of type ReplicationStatusType Modifier and Type Method Description List<ReplicationStatusType>CreateSecretResponse. replicationStatus()A list of the replicas of this secret and their status:List<ReplicationStatusType>DescribeSecretResponse. replicationStatus()A list of the replicas of this secret and their status:List<ReplicationStatusType>RemoveRegionsFromReplicationResponse. replicationStatus()The status of replicas for this secret after you remove Regions.List<ReplicationStatusType>ReplicateSecretToRegionsResponse. replicationStatus()The status of replication.Methods in software.amazon.awssdk.services.secretsmanager.model with parameters of type ReplicationStatusType Modifier and Type Method Description CreateSecretResponse.BuilderCreateSecretResponse.Builder. replicationStatus(ReplicationStatusType... replicationStatus)A list of the replicas of this secret and their status:DescribeSecretResponse.BuilderDescribeSecretResponse.Builder. replicationStatus(ReplicationStatusType... replicationStatus)A list of the replicas of this secret and their status:RemoveRegionsFromReplicationResponse.BuilderRemoveRegionsFromReplicationResponse.Builder. replicationStatus(ReplicationStatusType... replicationStatus)The status of replicas for this secret after you remove Regions.ReplicateSecretToRegionsResponse.BuilderReplicateSecretToRegionsResponse.Builder. replicationStatus(ReplicationStatusType... replicationStatus)The status of replication.Method parameters in software.amazon.awssdk.services.secretsmanager.model with type arguments of type ReplicationStatusType Modifier and Type Method Description CreateSecretResponse.BuilderCreateSecretResponse.Builder. replicationStatus(Collection<ReplicationStatusType> replicationStatus)A list of the replicas of this secret and their status:DescribeSecretResponse.BuilderDescribeSecretResponse.Builder. replicationStatus(Collection<ReplicationStatusType> replicationStatus)A list of the replicas of this secret and their status:RemoveRegionsFromReplicationResponse.BuilderRemoveRegionsFromReplicationResponse.Builder. replicationStatus(Collection<ReplicationStatusType> replicationStatus)The status of replicas for this secret after you remove Regions.ReplicateSecretToRegionsResponse.BuilderReplicateSecretToRegionsResponse.Builder. replicationStatus(Collection<ReplicationStatusType> replicationStatus)The status of replication.
-