Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.CapacityDescription
-
Packages that use CapacityDescription Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of CapacityDescription in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return CapacityDescription Modifier and Type Method Description CapacityDescriptionConnectorSummary. capacity()The connector's compute capacity settings.CapacityDescriptionDescribeConnectorResponse. capacity()Information about the capacity of the connector, whether it is auto scaled or provisioned.CapacityDescriptionWorkerSetting. capacity()Returns the value of the Capacity property for this object.Methods in software.amazon.awssdk.services.kafkaconnect.model with parameters of type CapacityDescription Modifier and Type Method Description ConnectorSummary.BuilderConnectorSummary.Builder. capacity(CapacityDescription capacity)The connector's compute capacity settings.DescribeConnectorResponse.BuilderDescribeConnectorResponse.Builder. capacity(CapacityDescription capacity)Information about the capacity of the connector, whether it is auto scaled or provisioned.WorkerSetting.BuilderWorkerSetting.Builder. capacity(CapacityDescription capacity)Sets the value of the Capacity property for this object.
-