Uses of Class
com.oracle.bmc.managedkafka.requests.ChangeKafkaClusterCompartmentRequest
-
Packages that use ChangeKafkaClusterCompartmentRequest Package Description com.oracle.bmc.managedkafka com.oracle.bmc.managedkafka.requests -
-
Uses of ChangeKafkaClusterCompartmentRequest in com.oracle.bmc.managedkafka
Method parameters in com.oracle.bmc.managedkafka with type arguments of type ChangeKafkaClusterCompartmentRequest 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 ChangeKafkaClusterCompartmentRequest in com.oracle.bmc.managedkafka.requests
Methods in com.oracle.bmc.managedkafka.requests that return ChangeKafkaClusterCompartmentRequest Modifier and Type Method Description ChangeKafkaClusterCompartmentRequest
ChangeKafkaClusterCompartmentRequest.Builder. build()
Build the instance of ChangeKafkaClusterCompartmentRequest as configured by this builderChangeKafkaClusterCompartmentRequest
ChangeKafkaClusterCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeKafkaClusterCompartmentRequest as configured by this builderMethods in com.oracle.bmc.managedkafka.requests with parameters of type ChangeKafkaClusterCompartmentRequest Modifier and Type Method Description ChangeKafkaClusterCompartmentRequest.Builder
ChangeKafkaClusterCompartmentRequest.Builder. copy(ChangeKafkaClusterCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-