Uses of Class
com.oracle.bmc.managedkafka.responses.ChangeKafkaClusterCompartmentResponse
-
Packages that use ChangeKafkaClusterCompartmentResponse Package Description com.oracle.bmc.managedkafka com.oracle.bmc.managedkafka.responses -
-
Uses of ChangeKafkaClusterCompartmentResponse in com.oracle.bmc.managedkafka
Methods in com.oracle.bmc.managedkafka that return ChangeKafkaClusterCompartmentResponse Modifier and Type Method Description ChangeKafkaClusterCompartmentResponse
KafkaCluster. changeKafkaClusterCompartment(ChangeKafkaClusterCompartmentRequest request)
Moves a KafkaCluster into a different compartment within the same tenancy.ChangeKafkaClusterCompartmentResponse
KafkaClusterClient. changeKafkaClusterCompartment(ChangeKafkaClusterCompartmentRequest request)
Methods in com.oracle.bmc.managedkafka that return types with arguments of type ChangeKafkaClusterCompartmentResponse Modifier and Type Method Description Future<ChangeKafkaClusterCompartmentResponse>
KafkaClusterAsync. changeKafkaClusterCompartment(ChangeKafkaClusterCompartmentRequest request, AsyncHandler<ChangeKafkaClusterCompartmentRequest,ChangeKafkaClusterCompartmentResponse> handler)
Moves a KafkaCluster into a different compartment within the same tenancy.Future<ChangeKafkaClusterCompartmentResponse>
KafkaClusterAsyncClient. changeKafkaClusterCompartment(ChangeKafkaClusterCompartmentRequest request, AsyncHandler<ChangeKafkaClusterCompartmentRequest,ChangeKafkaClusterCompartmentResponse> handler)
Method parameters in com.oracle.bmc.managedkafka with type arguments of type ChangeKafkaClusterCompartmentResponse Modifier and Type Method Description Future<ChangeKafkaClusterCompartmentResponse>
KafkaClusterAsync. changeKafkaClusterCompartment(ChangeKafkaClusterCompartmentRequest request, AsyncHandler<ChangeKafkaClusterCompartmentRequest,ChangeKafkaClusterCompartmentResponse> handler)
Moves a KafkaCluster into a different compartment within the same tenancy.Future<ChangeKafkaClusterCompartmentResponse>
KafkaClusterAsyncClient. changeKafkaClusterCompartment(ChangeKafkaClusterCompartmentRequest request, AsyncHandler<ChangeKafkaClusterCompartmentRequest,ChangeKafkaClusterCompartmentResponse> handler)
-
Uses of ChangeKafkaClusterCompartmentResponse in com.oracle.bmc.managedkafka.responses
Methods in com.oracle.bmc.managedkafka.responses that return ChangeKafkaClusterCompartmentResponse Modifier and Type Method Description ChangeKafkaClusterCompartmentResponse
ChangeKafkaClusterCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.managedkafka.responses with parameters of type ChangeKafkaClusterCompartmentResponse Modifier and Type Method Description ChangeKafkaClusterCompartmentResponse.Builder
ChangeKafkaClusterCompartmentResponse.Builder. copy(ChangeKafkaClusterCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-