Uses of Class
software.amazon.awssdk.services.kafka.model.BrokerEBSVolumeInfo
-
Packages that use BrokerEBSVolumeInfo Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of BrokerEBSVolumeInfo in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type BrokerEBSVolumeInfo Modifier and Type Method Description List<BrokerEBSVolumeInfo>MutableClusterInfo. brokerEBSVolumeInfo()Specifies the size of the EBS volume and the ID of the associated broker.List<BrokerEBSVolumeInfo>UpdateBrokerStorageRequest. targetBrokerEBSVolumeInfo()Describes the target volume size and the ID of the broker to apply the update to.Methods in software.amazon.awssdk.services.kafka.model with parameters of type BrokerEBSVolumeInfo Modifier and Type Method Description MutableClusterInfo.BuilderMutableClusterInfo.Builder. brokerEBSVolumeInfo(BrokerEBSVolumeInfo... brokerEBSVolumeInfo)Specifies the size of the EBS volume and the ID of the associated broker.UpdateBrokerStorageRequest.BuilderUpdateBrokerStorageRequest.Builder. targetBrokerEBSVolumeInfo(BrokerEBSVolumeInfo... targetBrokerEBSVolumeInfo)Describes the target volume size and the ID of the broker to apply the update to.Method parameters in software.amazon.awssdk.services.kafka.model with type arguments of type BrokerEBSVolumeInfo Modifier and Type Method Description MutableClusterInfo.BuilderMutableClusterInfo.Builder. brokerEBSVolumeInfo(Collection<BrokerEBSVolumeInfo> brokerEBSVolumeInfo)Specifies the size of the EBS volume and the ID of the associated broker.UpdateBrokerStorageRequest.BuilderUpdateBrokerStorageRequest.Builder. targetBrokerEBSVolumeInfo(Collection<BrokerEBSVolumeInfo> targetBrokerEBSVolumeInfo)Describes the target volume size and the ID of the broker to apply the update to.
-