Uses of Class
com.oracle.bmc.managedkafka.requests.ChangeKafkaClusterConfigCompartmentRequest
- 
Packages that use ChangeKafkaClusterConfigCompartmentRequest Package Description com.oracle.bmc.managedkafka com.oracle.bmc.managedkafka.requests 
- 
- 
Uses of ChangeKafkaClusterConfigCompartmentRequest in com.oracle.bmc.managedkafkaMethod parameters in com.oracle.bmc.managedkafka with type arguments of type ChangeKafkaClusterConfigCompartmentRequest Modifier and Type Method Description Future<ChangeKafkaClusterConfigCompartmentResponse>KafkaClusterAsync. changeKafkaClusterConfigCompartment(ChangeKafkaClusterConfigCompartmentRequest request, AsyncHandler<ChangeKafkaClusterConfigCompartmentRequest,ChangeKafkaClusterConfigCompartmentResponse> handler)Moves a KafkaClusterConfig into a different compartment within the same tenancy.Future<ChangeKafkaClusterConfigCompartmentResponse>KafkaClusterAsyncClient. changeKafkaClusterConfigCompartment(ChangeKafkaClusterConfigCompartmentRequest request, AsyncHandler<ChangeKafkaClusterConfigCompartmentRequest,ChangeKafkaClusterConfigCompartmentResponse> handler)
- 
Uses of ChangeKafkaClusterConfigCompartmentRequest in com.oracle.bmc.managedkafka.requestsMethods in com.oracle.bmc.managedkafka.requests that return ChangeKafkaClusterConfigCompartmentRequest Modifier and Type Method Description ChangeKafkaClusterConfigCompartmentRequestChangeKafkaClusterConfigCompartmentRequest.Builder. build()Build the instance of ChangeKafkaClusterConfigCompartmentRequest as configured by this builderChangeKafkaClusterConfigCompartmentRequestChangeKafkaClusterConfigCompartmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of ChangeKafkaClusterConfigCompartmentRequest as configured by this builderMethods in com.oracle.bmc.managedkafka.requests with parameters of type ChangeKafkaClusterConfigCompartmentRequest Modifier and Type Method Description ChangeKafkaClusterConfigCompartmentRequest.BuilderChangeKafkaClusterConfigCompartmentRequest.Builder. copy(ChangeKafkaClusterConfigCompartmentRequest o)Copy method to populate the builder with values from the given instance.
 
-