Uses of Class
com.oracle.bmc.dif.requests.AddServiceRequest
-
Packages that use AddServiceRequest Package Description com.oracle.bmc.dif com.oracle.bmc.dif.requests -
-
Uses of AddServiceRequest in com.oracle.bmc.dif
Methods in com.oracle.bmc.dif with parameters of type AddServiceRequest Modifier and Type Method Description AddServiceResponseStack. addService(AddServiceRequest request)Add new service or update existing service.Future<AddServiceResponse>StackAsync. addService(AddServiceRequest request, AsyncHandler<AddServiceRequest,AddServiceResponse> handler)Add new service or update existing service.Future<AddServiceResponse>StackAsyncClient. addService(AddServiceRequest request, AsyncHandler<AddServiceRequest,AddServiceResponse> handler)AddServiceResponseStackClient. addService(AddServiceRequest request)Method parameters in com.oracle.bmc.dif with type arguments of type AddServiceRequest Modifier and Type Method Description Future<AddServiceResponse>StackAsync. addService(AddServiceRequest request, AsyncHandler<AddServiceRequest,AddServiceResponse> handler)Add new service or update existing service.Future<AddServiceResponse>StackAsyncClient. addService(AddServiceRequest request, AsyncHandler<AddServiceRequest,AddServiceResponse> handler) -
Uses of AddServiceRequest in com.oracle.bmc.dif.requests
Methods in com.oracle.bmc.dif.requests that return AddServiceRequest Modifier and Type Method Description AddServiceRequestAddServiceRequest.Builder. build()Build the instance of AddServiceRequest as configured by this builderAddServiceRequestAddServiceRequest.Builder. buildWithoutInvocationCallback()Build the instance of AddServiceRequest as configured by this builderMethods in com.oracle.bmc.dif.requests with parameters of type AddServiceRequest Modifier and Type Method Description AddServiceRequest.BuilderAddServiceRequest.Builder. copy(AddServiceRequest o)Copy method to populate the builder with values from the given instance.
-