Uses of Class
software.amazon.awssdk.services.kafka.model.ReplicatorState
-
Packages that use ReplicatorState Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of ReplicatorState in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return ReplicatorState Modifier and Type Method Description static ReplicatorStateReplicatorState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReplicatorStateCreateReplicatorResponse. replicatorState()State of the replicator.ReplicatorStateDeleteReplicatorResponse. replicatorState()The state of the replicator.ReplicatorStateDescribeReplicatorResponse. replicatorState()State of the replicator.ReplicatorStateReplicatorSummary. replicatorState()State of the replicator.ReplicatorStateUpdateReplicationInfoResponse. replicatorState()State of the replicator.static ReplicatorStateReplicatorState. valueOf(String name)Returns the enum constant of this type with the specified name.static ReplicatorState[]ReplicatorState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type ReplicatorState Modifier and Type Method Description static Set<ReplicatorState>ReplicatorState. knownValues()Methods in software.amazon.awssdk.services.kafka.model with parameters of type ReplicatorState Modifier and Type Method Description CreateReplicatorResponse.BuilderCreateReplicatorResponse.Builder. replicatorState(ReplicatorState replicatorState)State of the replicator.DeleteReplicatorResponse.BuilderDeleteReplicatorResponse.Builder. replicatorState(ReplicatorState replicatorState)The state of the replicator.DescribeReplicatorResponse.BuilderDescribeReplicatorResponse.Builder. replicatorState(ReplicatorState replicatorState)State of the replicator.ReplicatorSummary.BuilderReplicatorSummary.Builder. replicatorState(ReplicatorState replicatorState)State of the replicator.UpdateReplicationInfoResponse.BuilderUpdateReplicationInfoResponse.Builder. replicatorState(ReplicatorState replicatorState)State of the replicator.
-