| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
static ReplicatorState |
ReplicatorState.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
UpdateReplicationInfoResult |
UpdateReplicationInfoResult.withReplicatorState(ReplicatorState replicatorState)
State of the replicator.
|
DescribeReplicatorResult |
DescribeReplicatorResult.withReplicatorState(ReplicatorState replicatorState)
State of the replicator.
|
DeleteReplicatorResult |
DeleteReplicatorResult.withReplicatorState(ReplicatorState replicatorState)
The state of the replicator.
|
CreateReplicatorResult |
CreateReplicatorResult.withReplicatorState(ReplicatorState replicatorState)
State of the replicator.
|
ReplicatorSummary |
ReplicatorSummary.withReplicatorState(ReplicatorState replicatorState)
State of the replicator.
|
Copyright © 2023. All rights reserved.