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