Uses of Class
com.oracle.bmc.ons.responses.GetTopicResponse
-
Packages that use GetTopicResponse Package Description com.oracle.bmc.ons com.oracle.bmc.ons.responses -
-
Uses of GetTopicResponse in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons that return GetTopicResponse Modifier and Type Method Description GetTopicResponse
NotificationControlPlane. getTopic(GetTopicRequest request)
Gets the specified topic’s configuration information.GetTopicResponse
NotificationControlPlaneClient. getTopic(GetTopicRequest request)
Methods in com.oracle.bmc.ons that return types with arguments of type GetTopicResponse 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)
Method parameters in com.oracle.bmc.ons with type arguments of type GetTopicResponse 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 GetTopicResponse in com.oracle.bmc.ons.responses
Methods in com.oracle.bmc.ons.responses that return GetTopicResponse Modifier and Type Method Description GetTopicResponse
GetTopicResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ons.responses with parameters of type GetTopicResponse Modifier and Type Method Description GetTopicResponse.Builder
GetTopicResponse.Builder. copy(GetTopicResponse o)
Copy method to populate the builder with values from the given instance.
-