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 ReplicatorState
ReplicatorState. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReplicatorState
CreateReplicatorResponse. replicatorState()
State of the replicator.ReplicatorState
DeleteReplicatorResponse. replicatorState()
The state of the replicator.ReplicatorState
DescribeReplicatorResponse. replicatorState()
State of the replicator.ReplicatorState
ReplicatorSummary. replicatorState()
State of the replicator.ReplicatorState
UpdateReplicationInfoResponse. replicatorState()
State of the replicator.static ReplicatorState
ReplicatorState. 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.Builder
CreateReplicatorResponse.Builder. replicatorState(ReplicatorState replicatorState)
State of the replicator.DeleteReplicatorResponse.Builder
DeleteReplicatorResponse.Builder. replicatorState(ReplicatorState replicatorState)
The state of the replicator.DescribeReplicatorResponse.Builder
DescribeReplicatorResponse.Builder. replicatorState(ReplicatorState replicatorState)
State of the replicator.ReplicatorSummary.Builder
ReplicatorSummary.Builder. replicatorState(ReplicatorState replicatorState)
State of the replicator.UpdateReplicationInfoResponse.Builder
UpdateReplicationInfoResponse.Builder. replicatorState(ReplicatorState replicatorState)
State of the replicator.
-