Uses of Class
com.oracle.bmc.ons.requests.GetUnsubscriptionRequest
-
Packages that use GetUnsubscriptionRequest Package Description com.oracle.bmc.ons com.oracle.bmc.ons.requests -
-
Uses of GetUnsubscriptionRequest in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons with parameters of type GetUnsubscriptionRequest Modifier and Type Method Description GetUnsubscriptionResponse
NotificationDataPlane. getUnsubscription(GetUnsubscriptionRequest request)
Unsubscribes the subscription from the topic.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)
GetUnsubscriptionResponse
NotificationDataPlaneClient. getUnsubscription(GetUnsubscriptionRequest request)
Method parameters in com.oracle.bmc.ons with type arguments of type GetUnsubscriptionRequest 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 GetUnsubscriptionRequest in com.oracle.bmc.ons.requests
Methods in com.oracle.bmc.ons.requests that return GetUnsubscriptionRequest Modifier and Type Method Description GetUnsubscriptionRequest
GetUnsubscriptionRequest.Builder. build()
Build the instance of GetUnsubscriptionRequest as configured by this builderGetUnsubscriptionRequest
GetUnsubscriptionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetUnsubscriptionRequest as configured by this builderMethods in com.oracle.bmc.ons.requests with parameters of type GetUnsubscriptionRequest Modifier and Type Method Description GetUnsubscriptionRequest.Builder
GetUnsubscriptionRequest.Builder. copy(GetUnsubscriptionRequest o)
Copy method to populate the builder with values from the given instance.
-