Uses of Class
com.oracle.bmc.bds.responses.AddKafkaResponse
-
Packages that use AddKafkaResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of AddKafkaResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return AddKafkaResponse Modifier and Type Method Description AddKafkaResponse
Bds. addKafka(AddKafkaRequest request)
Adds Kafka to a cluster.AddKafkaResponse
BdsClient. addKafka(AddKafkaRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type AddKafkaResponse Modifier and Type Method Description Future<AddKafkaResponse>
BdsAsync. addKafka(AddKafkaRequest request, AsyncHandler<AddKafkaRequest,AddKafkaResponse> handler)
Adds Kafka to a cluster.Future<AddKafkaResponse>
BdsAsyncClient. addKafka(AddKafkaRequest request, AsyncHandler<AddKafkaRequest,AddKafkaResponse> handler)
Method parameters in com.oracle.bmc.bds with type arguments of type AddKafkaResponse Modifier and Type Method Description Future<AddKafkaResponse>
BdsAsync. addKafka(AddKafkaRequest request, AsyncHandler<AddKafkaRequest,AddKafkaResponse> handler)
Adds Kafka to a cluster.Future<AddKafkaResponse>
BdsAsyncClient. addKafka(AddKafkaRequest request, AsyncHandler<AddKafkaRequest,AddKafkaResponse> handler)
-
Uses of AddKafkaResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return AddKafkaResponse Modifier and Type Method Description AddKafkaResponse
AddKafkaResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type AddKafkaResponse Modifier and Type Method Description AddKafkaResponse.Builder
AddKafkaResponse.Builder. copy(AddKafkaResponse o)
Copy method to populate the builder with values from the given instance.
-