Uses of Class
com.oracle.bmc.ons.responses.GetUnsubscriptionResponse
-
Packages that use GetUnsubscriptionResponse Package Description com.oracle.bmc.ons com.oracle.bmc.ons.responses -
-
Uses of GetUnsubscriptionResponse in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons that return GetUnsubscriptionResponse Modifier and Type Method Description GetUnsubscriptionResponse
NotificationDataPlane. getUnsubscription(GetUnsubscriptionRequest request)
Unsubscribes the subscription from the topic.GetUnsubscriptionResponse
NotificationDataPlaneClient. getUnsubscription(GetUnsubscriptionRequest request)
Methods in com.oracle.bmc.ons that return types with arguments of type GetUnsubscriptionResponse Modifier and Type Method Description Future<GetUnsubscriptionResponse>
NotificationDataPlaneAsync. getUnsubscription(GetUnsubscriptionRequest request, AsyncHandler<GetUnsubscriptionRequest,GetUnsubscriptionResponse> handler)
Unsubscribes the subscription from the topic.Future<GetUnsubscriptionResponse>
NotificationDataPlaneAsyncClient. getUnsubscription(GetUnsubscriptionRequest request, AsyncHandler<GetUnsubscriptionRequest,GetUnsubscriptionResponse> handler)
Method parameters in com.oracle.bmc.ons with type arguments of type GetUnsubscriptionResponse Modifier and Type Method Description Future<GetUnsubscriptionResponse>
NotificationDataPlaneAsync. getUnsubscription(GetUnsubscriptionRequest request, AsyncHandler<GetUnsubscriptionRequest,GetUnsubscriptionResponse> handler)
Unsubscribes the subscription from the topic.Future<GetUnsubscriptionResponse>
NotificationDataPlaneAsyncClient. getUnsubscription(GetUnsubscriptionRequest request, AsyncHandler<GetUnsubscriptionRequest,GetUnsubscriptionResponse> handler)
-
Uses of GetUnsubscriptionResponse in com.oracle.bmc.ons.responses
Methods in com.oracle.bmc.ons.responses that return GetUnsubscriptionResponse Modifier and Type Method Description GetUnsubscriptionResponse
GetUnsubscriptionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ons.responses with parameters of type GetUnsubscriptionResponse Modifier and Type Method Description GetUnsubscriptionResponse.Builder
GetUnsubscriptionResponse.Builder. copy(GetUnsubscriptionResponse o)
Copy method to populate the builder with values from the given instance.
-