| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and 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 |
DeleteReplicatorResponse.replicatorState()
The state of the replicator.
|
ReplicatorState |
ReplicatorSummary.replicatorState()
State of the replicator.
|
ReplicatorState |
DescribeReplicatorResponse.replicatorState()
State of the replicator.
|
ReplicatorState |
UpdateReplicationInfoResponse.replicatorState()
State of the replicator.
|
ReplicatorState |
CreateReplicatorResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ReplicatorState> |
ReplicatorState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeleteReplicatorResponse.Builder |
DeleteReplicatorResponse.Builder.replicatorState(ReplicatorState replicatorState)
The state of the replicator.
|
ReplicatorSummary.Builder |
ReplicatorSummary.Builder.replicatorState(ReplicatorState replicatorState)
State of the replicator.
|
DescribeReplicatorResponse.Builder |
DescribeReplicatorResponse.Builder.replicatorState(ReplicatorState replicatorState)
State of the replicator.
|
UpdateReplicationInfoResponse.Builder |
UpdateReplicationInfoResponse.Builder.replicatorState(ReplicatorState replicatorState)
State of the replicator.
|
CreateReplicatorResponse.Builder |
CreateReplicatorResponse.Builder.replicatorState(ReplicatorState replicatorState)
State of the replicator.
|
Copyright © 2023. All rights reserved.