Uses of Class
com.oracle.bmc.ons.requests.CreateTopicRequest
-
Packages that use CreateTopicRequest Package Description com.oracle.bmc.ons com.oracle.bmc.ons.requests -
-
Uses of CreateTopicRequest in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons with parameters of type CreateTopicRequest Modifier and Type Method Description CreateTopicResponse
NotificationControlPlane. createTopic(CreateTopicRequest request)
Creates a topic in the specified compartment.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)
CreateTopicResponse
NotificationControlPlaneClient. createTopic(CreateTopicRequest request)
Method parameters in com.oracle.bmc.ons with type arguments of type CreateTopicRequest 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 CreateTopicRequest in com.oracle.bmc.ons.requests
Methods in com.oracle.bmc.ons.requests that return CreateTopicRequest Modifier and Type Method Description CreateTopicRequest
CreateTopicRequest.Builder. build()
Build the instance of CreateTopicRequest as configured by this builderCreateTopicRequest
CreateTopicRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateTopicRequest as configured by this builderMethods in com.oracle.bmc.ons.requests with parameters of type CreateTopicRequest Modifier and Type Method Description CreateTopicRequest.Builder
CreateTopicRequest.Builder. copy(CreateTopicRequest o)
Copy method to populate the builder with values from the given instance.
-