Uses of Class
com.oracle.bmc.managedkafka.model.ChangeKafkaClusterCompartmentDetails
-
Packages that use ChangeKafkaClusterCompartmentDetails Package Description com.oracle.bmc.managedkafka.model com.oracle.bmc.managedkafka.requests -
-
Uses of ChangeKafkaClusterCompartmentDetails in com.oracle.bmc.managedkafka.model
Methods in com.oracle.bmc.managedkafka.model that return ChangeKafkaClusterCompartmentDetails Modifier and Type Method Description ChangeKafkaClusterCompartmentDetails
ChangeKafkaClusterCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.managedkafka.model with parameters of type ChangeKafkaClusterCompartmentDetails Modifier and Type Method Description ChangeKafkaClusterCompartmentDetails.Builder
ChangeKafkaClusterCompartmentDetails.Builder. copy(ChangeKafkaClusterCompartmentDetails model)
-
Uses of ChangeKafkaClusterCompartmentDetails in com.oracle.bmc.managedkafka.requests
Methods in com.oracle.bmc.managedkafka.requests that return ChangeKafkaClusterCompartmentDetails Modifier and Type Method Description ChangeKafkaClusterCompartmentDetails
ChangeKafkaClusterCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeKafkaClusterCompartmentDetails
ChangeKafkaClusterCompartmentRequest. getChangeKafkaClusterCompartmentDetails()
The information to be updated.Methods in com.oracle.bmc.managedkafka.requests with parameters of type ChangeKafkaClusterCompartmentDetails Modifier and Type Method Description ChangeKafkaClusterCompartmentRequest.Builder
ChangeKafkaClusterCompartmentRequest.Builder. body$(ChangeKafkaClusterCompartmentDetails body)
Alternative setter for the body parameter.ChangeKafkaClusterCompartmentRequest.Builder
ChangeKafkaClusterCompartmentRequest.Builder. changeKafkaClusterCompartmentDetails(ChangeKafkaClusterCompartmentDetails changeKafkaClusterCompartmentDetails)
The information to be updated.
-