Uses of Class
software.amazon.awssdk.services.secretsmanager.model.ReplicationStatusType
Packages that use ReplicationStatusType
-
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 ReplicationStatusTypeModifier and TypeMethodDescriptionfinal List<ReplicationStatusType>CreateSecretResponse.replicationStatus()A list of the replicas of this secret and their status:final List<ReplicationStatusType>DescribeSecretResponse.replicationStatus()A list of the replicas of this secret and their status:final List<ReplicationStatusType>RemoveRegionsFromReplicationResponse.replicationStatus()The status of replicas for this secret after you remove Regions.final List<ReplicationStatusType>ReplicateSecretToRegionsResponse.replicationStatus()The status of replication.Methods in software.amazon.awssdk.services.secretsmanager.model with parameters of type ReplicationStatusTypeModifier and TypeMethodDescriptionCreateSecretResponse.Builder.replicationStatus(ReplicationStatusType... replicationStatus) A list of the replicas of this secret and their status:DescribeSecretResponse.Builder.replicationStatus(ReplicationStatusType... replicationStatus) A list of the replicas of this secret and their status:RemoveRegionsFromReplicationResponse.Builder.replicationStatus(ReplicationStatusType... replicationStatus) The status of replicas for this secret after you remove Regions.ReplicateSecretToRegionsResponse.Builder.replicationStatus(ReplicationStatusType... replicationStatus) The status of replication.Method parameters in software.amazon.awssdk.services.secretsmanager.model with type arguments of type ReplicationStatusTypeModifier and TypeMethodDescriptionCreateSecretResponse.Builder.replicationStatus(Collection<ReplicationStatusType> replicationStatus) A list of the replicas of this secret and their status:DescribeSecretResponse.Builder.replicationStatus(Collection<ReplicationStatusType> replicationStatus) A list of the replicas of this secret and their status:RemoveRegionsFromReplicationResponse.Builder.replicationStatus(Collection<ReplicationStatusType> replicationStatus) The status of replicas for this secret after you remove Regions.ReplicateSecretToRegionsResponse.Builder.replicationStatus(Collection<ReplicationStatusType> replicationStatus) The status of replication.