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.managedkafka
Method 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.requests
Methods in com.oracle.bmc.managedkafka.requests that return ChangeKafkaClusterConfigCompartmentRequest Modifier and Type Method Description ChangeKafkaClusterConfigCompartmentRequest
ChangeKafkaClusterConfigCompartmentRequest.Builder. build()
Build the instance of ChangeKafkaClusterConfigCompartmentRequest as configured by this builderChangeKafkaClusterConfigCompartmentRequest
ChangeKafkaClusterConfigCompartmentRequest.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.Builder
ChangeKafkaClusterConfigCompartmentRequest.Builder. copy(ChangeKafkaClusterConfigCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-