Uses of Class
software.amazon.awssdk.services.kafka.model.ClusterOperationStep
-
Packages that use ClusterOperationStep Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of ClusterOperationStep in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type ClusterOperationStep Modifier and Type Method Description List<ClusterOperationStep>ClusterOperationInfo. operationSteps()Steps completed during the operation.List<ClusterOperationStep>ClusterOperationV2Provisioned. operationSteps()Steps completed during the operation.Methods in software.amazon.awssdk.services.kafka.model with parameters of type ClusterOperationStep Modifier and Type Method Description ClusterOperationInfo.BuilderClusterOperationInfo.Builder. operationSteps(ClusterOperationStep... operationSteps)Steps completed during the operation.ClusterOperationV2Provisioned.BuilderClusterOperationV2Provisioned.Builder. operationSteps(ClusterOperationStep... operationSteps)Steps completed during the operation.Method parameters in software.amazon.awssdk.services.kafka.model with type arguments of type ClusterOperationStep Modifier and Type Method Description ClusterOperationInfo.BuilderClusterOperationInfo.Builder. operationSteps(Collection<ClusterOperationStep> operationSteps)Steps completed during the operation.ClusterOperationV2Provisioned.BuilderClusterOperationV2Provisioned.Builder. operationSteps(Collection<ClusterOperationStep> operationSteps)Steps completed during the operation.
-