| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterOperationStep |
ClusterOperationStep.clone() |
ClusterOperationStep |
ClusterOperationStep.withStepInfo(ClusterOperationStepInfo stepInfo)
Information about the step and its status.
|
ClusterOperationStep |
ClusterOperationStep.withStepName(String stepName)
The name of the step.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClusterOperationStep> |
ClusterOperationInfo.getOperationSteps()
Steps completed during the operation.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterOperationInfo |
ClusterOperationInfo.withOperationSteps(ClusterOperationStep... operationSteps)
Steps completed during the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterOperationInfo.setOperationSteps(Collection<ClusterOperationStep> operationSteps)
Steps completed during the operation.
|
ClusterOperationInfo |
ClusterOperationInfo.withOperationSteps(Collection<ClusterOperationStep> operationSteps)
Steps completed during the operation.
|
Copyright © 2023. All rights reserved.