Uses of Class
com.oracle.bmc.core.responses.DetachServiceIdResponse
-
Packages that use DetachServiceIdResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of DetachServiceIdResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return DetachServiceIdResponse Modifier and Type Method Description DetachServiceIdResponseVirtualNetwork. detachServiceId(DetachServiceIdRequest request)Removes the specifiedServicefrom the list of enabledServiceobjects for the specified gateway.DetachServiceIdResponseVirtualNetworkClient. detachServiceId(DetachServiceIdRequest request)Methods in com.oracle.bmc.core that return types with arguments of type DetachServiceIdResponse Modifier and Type Method Description Future<DetachServiceIdResponse>VirtualNetworkAsync. detachServiceId(DetachServiceIdRequest request, AsyncHandler<DetachServiceIdRequest,DetachServiceIdResponse> handler)Removes the specifiedServicefrom the list of enabledServiceobjects for the specified gateway.Future<DetachServiceIdResponse>VirtualNetworkAsyncClient. detachServiceId(DetachServiceIdRequest request, AsyncHandler<DetachServiceIdRequest,DetachServiceIdResponse> handler)Method parameters in com.oracle.bmc.core with type arguments of type DetachServiceIdResponse Modifier and Type Method Description Future<DetachServiceIdResponse>VirtualNetworkAsync. detachServiceId(DetachServiceIdRequest request, AsyncHandler<DetachServiceIdRequest,DetachServiceIdResponse> handler)Removes the specifiedServicefrom the list of enabledServiceobjects for the specified gateway.Future<DetachServiceIdResponse>VirtualNetworkAsyncClient. detachServiceId(DetachServiceIdRequest request, AsyncHandler<DetachServiceIdRequest,DetachServiceIdResponse> handler) -
Uses of DetachServiceIdResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return DetachServiceIdResponse Modifier and Type Method Description DetachServiceIdResponseDetachServiceIdResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type DetachServiceIdResponse Modifier and Type Method Description DetachServiceIdResponse.BuilderDetachServiceIdResponse.Builder. copy(DetachServiceIdResponse o)Copy method to populate the builder with values from the given instance.
-