Uses of Class
com.oracle.bmc.ons.responses.CreateTopicResponse
-
Packages that use CreateTopicResponse Package Description com.oracle.bmc.ons com.oracle.bmc.ons.responses -
-
Uses of CreateTopicResponse in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons that return CreateTopicResponse Modifier and Type Method Description CreateTopicResponse
NotificationControlPlane. createTopic(CreateTopicRequest request)
Creates a topic in the specified compartment.CreateTopicResponse
NotificationControlPlaneClient. createTopic(CreateTopicRequest request)
Methods in com.oracle.bmc.ons that return types with arguments of type CreateTopicResponse Modifier and Type Method Description Future<CreateTopicResponse>
NotificationControlPlaneAsync. createTopic(CreateTopicRequest request, AsyncHandler<CreateTopicRequest,CreateTopicResponse> handler)
Creates a topic in the specified compartment.Future<CreateTopicResponse>
NotificationControlPlaneAsyncClient. createTopic(CreateTopicRequest request, AsyncHandler<CreateTopicRequest,CreateTopicResponse> handler)
Method parameters in com.oracle.bmc.ons with type arguments of type CreateTopicResponse Modifier and Type Method Description Future<CreateTopicResponse>
NotificationControlPlaneAsync. createTopic(CreateTopicRequest request, AsyncHandler<CreateTopicRequest,CreateTopicResponse> handler)
Creates a topic in the specified compartment.Future<CreateTopicResponse>
NotificationControlPlaneAsyncClient. createTopic(CreateTopicRequest request, AsyncHandler<CreateTopicRequest,CreateTopicResponse> handler)
-
Uses of CreateTopicResponse in com.oracle.bmc.ons.responses
Methods in com.oracle.bmc.ons.responses that return CreateTopicResponse Modifier and Type Method Description CreateTopicResponse
CreateTopicResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ons.responses with parameters of type CreateTopicResponse Modifier and Type Method Description CreateTopicResponse.Builder
CreateTopicResponse.Builder. copy(CreateTopicResponse o)
Copy method to populate the builder with values from the given instance.
-