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