Uses of Class
com.oracle.bmc.ons.requests.DeleteSubscriptionRequest
-
Packages that use DeleteSubscriptionRequest Package Description com.oracle.bmc.ons com.oracle.bmc.ons.requests -
-
Uses of DeleteSubscriptionRequest in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons with parameters of type DeleteSubscriptionRequest Modifier and Type Method Description DeleteSubscriptionResponse
NotificationDataPlane. deleteSubscription(DeleteSubscriptionRequest request)
Deletes the specified subscription.Future<DeleteSubscriptionResponse>
NotificationDataPlaneAsync. deleteSubscription(DeleteSubscriptionRequest request, AsyncHandler<DeleteSubscriptionRequest,DeleteSubscriptionResponse> handler)
Deletes the specified subscription.Future<DeleteSubscriptionResponse>
NotificationDataPlaneAsyncClient. deleteSubscription(DeleteSubscriptionRequest request, AsyncHandler<DeleteSubscriptionRequest,DeleteSubscriptionResponse> handler)
DeleteSubscriptionResponse
NotificationDataPlaneClient. deleteSubscription(DeleteSubscriptionRequest request)
Method parameters in com.oracle.bmc.ons with type arguments of type DeleteSubscriptionRequest Modifier and Type Method Description Future<DeleteSubscriptionResponse>
NotificationDataPlaneAsync. deleteSubscription(DeleteSubscriptionRequest request, AsyncHandler<DeleteSubscriptionRequest,DeleteSubscriptionResponse> handler)
Deletes the specified subscription.Future<DeleteSubscriptionResponse>
NotificationDataPlaneAsyncClient. deleteSubscription(DeleteSubscriptionRequest request, AsyncHandler<DeleteSubscriptionRequest,DeleteSubscriptionResponse> handler)
-
Uses of DeleteSubscriptionRequest in com.oracle.bmc.ons.requests
Methods in com.oracle.bmc.ons.requests that return DeleteSubscriptionRequest Modifier and Type Method Description DeleteSubscriptionRequest
DeleteSubscriptionRequest.Builder. build()
Build the instance of DeleteSubscriptionRequest as configured by this builderDeleteSubscriptionRequest
DeleteSubscriptionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteSubscriptionRequest as configured by this builderMethods in com.oracle.bmc.ons.requests with parameters of type DeleteSubscriptionRequest Modifier and Type Method Description DeleteSubscriptionRequest.Builder
DeleteSubscriptionRequest.Builder. copy(DeleteSubscriptionRequest o)
Copy method to populate the builder with values from the given instance.
-