Uses of Class
software.amazon.awssdk.services.kafka.model.MutableClusterInfo
-
Packages that use MutableClusterInfo Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of MutableClusterInfo in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return MutableClusterInfo Modifier and Type Method Description MutableClusterInfoClusterOperationInfo. sourceClusterInfo()Information about cluster attributes before a cluster is updated.MutableClusterInfoClusterOperationV2Provisioned. sourceClusterInfo()Information about cluster attributes before a cluster is updated.MutableClusterInfoClusterOperationInfo. targetClusterInfo()Information about cluster attributes after a cluster is updated.MutableClusterInfoClusterOperationV2Provisioned. targetClusterInfo()Information about cluster attributes after a cluster is updated.Methods in software.amazon.awssdk.services.kafka.model with parameters of type MutableClusterInfo Modifier and Type Method Description ClusterOperationInfo.BuilderClusterOperationInfo.Builder. sourceClusterInfo(MutableClusterInfo sourceClusterInfo)Information about cluster attributes before a cluster is updated.ClusterOperationV2Provisioned.BuilderClusterOperationV2Provisioned.Builder. sourceClusterInfo(MutableClusterInfo sourceClusterInfo)Information about cluster attributes before a cluster is updated.ClusterOperationInfo.BuilderClusterOperationInfo.Builder. targetClusterInfo(MutableClusterInfo targetClusterInfo)Information about cluster attributes after a cluster is updated.ClusterOperationV2Provisioned.BuilderClusterOperationV2Provisioned.Builder. targetClusterInfo(MutableClusterInfo targetClusterInfo)Information about cluster attributes after a cluster is updated.
-