Uses of Class
com.oracle.bmc.apigateway.responses.UpdateSubscriberResponse
-
Packages that use UpdateSubscriberResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of UpdateSubscriberResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return UpdateSubscriberResponse Modifier and Type Method Description UpdateSubscriberResponse
Subscribers. updateSubscriber(UpdateSubscriberRequest request)
Updates the subscriber with the given identifier.UpdateSubscriberResponse
SubscribersClient. updateSubscriber(UpdateSubscriberRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type UpdateSubscriberResponse Modifier and Type Method Description Future<UpdateSubscriberResponse>
SubscribersAsync. updateSubscriber(UpdateSubscriberRequest request, AsyncHandler<UpdateSubscriberRequest,UpdateSubscriberResponse> handler)
Updates the subscriber with the given identifier.Future<UpdateSubscriberResponse>
SubscribersAsyncClient. updateSubscriber(UpdateSubscriberRequest request, AsyncHandler<UpdateSubscriberRequest,UpdateSubscriberResponse> handler)
Method parameters in com.oracle.bmc.apigateway with type arguments of type UpdateSubscriberResponse Modifier and Type Method Description Future<UpdateSubscriberResponse>
SubscribersAsync. updateSubscriber(UpdateSubscriberRequest request, AsyncHandler<UpdateSubscriberRequest,UpdateSubscriberResponse> handler)
Updates the subscriber with the given identifier.Future<UpdateSubscriberResponse>
SubscribersAsyncClient. updateSubscriber(UpdateSubscriberRequest request, AsyncHandler<UpdateSubscriberRequest,UpdateSubscriberResponse> handler)
-
Uses of UpdateSubscriberResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return UpdateSubscriberResponse Modifier and Type Method Description UpdateSubscriberResponse
UpdateSubscriberResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type UpdateSubscriberResponse Modifier and Type Method Description UpdateSubscriberResponse.Builder
UpdateSubscriberResponse.Builder. copy(UpdateSubscriberResponse o)
Copy method to populate the builder with values from the given instance.
-