Uses of Class
com.oracle.bmc.core.requests.DetachServiceIdRequest
-
Packages that use DetachServiceIdRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of DetachServiceIdRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type DetachServiceIdRequest Modifier and Type Method Description DetachServiceIdResponse
VirtualNetwork. detachServiceId(DetachServiceIdRequest request)
Removes the specifiedService
from the list of enabledService
objects for the specified gateway.Future<DetachServiceIdResponse>
VirtualNetworkAsync. detachServiceId(DetachServiceIdRequest request, AsyncHandler<DetachServiceIdRequest,DetachServiceIdResponse> handler)
Removes the specifiedService
from the list of enabledService
objects for the specified gateway.Future<DetachServiceIdResponse>
VirtualNetworkAsyncClient. detachServiceId(DetachServiceIdRequest request, AsyncHandler<DetachServiceIdRequest,DetachServiceIdResponse> handler)
DetachServiceIdResponse
VirtualNetworkClient. detachServiceId(DetachServiceIdRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type DetachServiceIdRequest Modifier and Type Method Description Future<DetachServiceIdResponse>
VirtualNetworkAsync. detachServiceId(DetachServiceIdRequest request, AsyncHandler<DetachServiceIdRequest,DetachServiceIdResponse> handler)
Removes the specifiedService
from the list of enabledService
objects for the specified gateway.Future<DetachServiceIdResponse>
VirtualNetworkAsyncClient. detachServiceId(DetachServiceIdRequest request, AsyncHandler<DetachServiceIdRequest,DetachServiceIdResponse> handler)
-
Uses of DetachServiceIdRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return DetachServiceIdRequest Modifier and Type Method Description DetachServiceIdRequest
DetachServiceIdRequest.Builder. build()
Build the instance of DetachServiceIdRequest as configured by this builderDetachServiceIdRequest
DetachServiceIdRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DetachServiceIdRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type DetachServiceIdRequest Modifier and Type Method Description DetachServiceIdRequest.Builder
DetachServiceIdRequest.Builder. copy(DetachServiceIdRequest o)
Copy method to populate the builder with values from the given instance.
-