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