Uses of Class
com.oracle.bmc.managedkafka.responses.ChangeKafkaClusterConfigCompartmentResponse
-
Packages that use ChangeKafkaClusterConfigCompartmentResponse Package Description com.oracle.bmc.managedkafka com.oracle.bmc.managedkafka.responses -
-
Uses of ChangeKafkaClusterConfigCompartmentResponse in com.oracle.bmc.managedkafka
Methods in com.oracle.bmc.managedkafka that return ChangeKafkaClusterConfigCompartmentResponse Modifier and Type Method Description ChangeKafkaClusterConfigCompartmentResponse
KafkaCluster. changeKafkaClusterConfigCompartment(ChangeKafkaClusterConfigCompartmentRequest request)
Moves a KafkaClusterConfig into a different compartment within the same tenancy.ChangeKafkaClusterConfigCompartmentResponse
KafkaClusterClient. changeKafkaClusterConfigCompartment(ChangeKafkaClusterConfigCompartmentRequest request)
Methods in com.oracle.bmc.managedkafka that return types with arguments of type ChangeKafkaClusterConfigCompartmentResponse 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)
Method parameters in com.oracle.bmc.managedkafka with type arguments of type ChangeKafkaClusterConfigCompartmentResponse 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 ChangeKafkaClusterConfigCompartmentResponse in com.oracle.bmc.managedkafka.responses
Methods in com.oracle.bmc.managedkafka.responses that return ChangeKafkaClusterConfigCompartmentResponse Modifier and Type Method Description ChangeKafkaClusterConfigCompartmentResponse
ChangeKafkaClusterConfigCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.managedkafka.responses with parameters of type ChangeKafkaClusterConfigCompartmentResponse Modifier and Type Method Description ChangeKafkaClusterConfigCompartmentResponse.Builder
ChangeKafkaClusterConfigCompartmentResponse.Builder. copy(ChangeKafkaClusterConfigCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-