Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.ConnectorOperationStep
-
Packages that use ConnectorOperationStep Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of ConnectorOperationStep in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return types with arguments of type ConnectorOperationStep Modifier and Type Method Description List<ConnectorOperationStep>DescribeConnectorOperationResponse. operationSteps()The array of operation steps taken.Methods in software.amazon.awssdk.services.kafkaconnect.model with parameters of type ConnectorOperationStep Modifier and Type Method Description DescribeConnectorOperationResponse.BuilderDescribeConnectorOperationResponse.Builder. operationSteps(ConnectorOperationStep... operationSteps)The array of operation steps taken.Method parameters in software.amazon.awssdk.services.kafkaconnect.model with type arguments of type ConnectorOperationStep Modifier and Type Method Description DescribeConnectorOperationResponse.BuilderDescribeConnectorOperationResponse.Builder. operationSteps(Collection<ConnectorOperationStep> operationSteps)The array of operation steps taken.
-