Uses of Class
com.oracle.bmc.ons.requests.GetTopicRequest
-
Packages that use GetTopicRequest Package Description com.oracle.bmc.ons com.oracle.bmc.ons.requests -
-
Uses of GetTopicRequest in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons with parameters of type GetTopicRequest Modifier and Type Method Description GetTopicResponse
NotificationControlPlane. getTopic(GetTopicRequest request)
Gets the specified topic’s configuration information.Future<GetTopicResponse>
NotificationControlPlaneAsync. getTopic(GetTopicRequest request, AsyncHandler<GetTopicRequest,GetTopicResponse> handler)
Gets the specified topic’s configuration information.Future<GetTopicResponse>
NotificationControlPlaneAsyncClient. getTopic(GetTopicRequest request, AsyncHandler<GetTopicRequest,GetTopicResponse> handler)
GetTopicResponse
NotificationControlPlaneClient. getTopic(GetTopicRequest request)
Method parameters in com.oracle.bmc.ons with type arguments of type GetTopicRequest Modifier and Type Method Description Future<GetTopicResponse>
NotificationControlPlaneAsync. getTopic(GetTopicRequest request, AsyncHandler<GetTopicRequest,GetTopicResponse> handler)
Gets the specified topic’s configuration information.Future<GetTopicResponse>
NotificationControlPlaneAsyncClient. getTopic(GetTopicRequest request, AsyncHandler<GetTopicRequest,GetTopicResponse> handler)
-
Uses of GetTopicRequest in com.oracle.bmc.ons.requests
Methods in com.oracle.bmc.ons.requests that return GetTopicRequest Modifier and Type Method Description GetTopicRequest
GetTopicRequest.Builder. build()
Build the instance of GetTopicRequest as configured by this builderGetTopicRequest
GetTopicRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetTopicRequest as configured by this builderMethods in com.oracle.bmc.ons.requests with parameters of type GetTopicRequest Modifier and Type Method Description GetTopicRequest.Builder
GetTopicRequest.Builder. copy(GetTopicRequest o)
Copy method to populate the builder with values from the given instance.
-