Uses of Class
com.oracle.bmc.core.responses.AttachServiceIdResponse
-
Packages that use AttachServiceIdResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of AttachServiceIdResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return AttachServiceIdResponse Modifier and Type Method Description AttachServiceIdResponseVirtualNetwork. attachServiceId(AttachServiceIdRequest request)Adds the specifiedServiceto the list of enabledServiceobjects for the specified gateway.AttachServiceIdResponseVirtualNetworkClient. attachServiceId(AttachServiceIdRequest request)Methods in com.oracle.bmc.core that return types with arguments of type AttachServiceIdResponse Modifier and Type Method Description Future<AttachServiceIdResponse>VirtualNetworkAsync. attachServiceId(AttachServiceIdRequest request, AsyncHandler<AttachServiceIdRequest,AttachServiceIdResponse> handler)Adds the specifiedServiceto the list of enabledServiceobjects for the specified gateway.Future<AttachServiceIdResponse>VirtualNetworkAsyncClient. attachServiceId(AttachServiceIdRequest request, AsyncHandler<AttachServiceIdRequest,AttachServiceIdResponse> handler)Method parameters in com.oracle.bmc.core with type arguments of type AttachServiceIdResponse Modifier and Type Method Description Future<AttachServiceIdResponse>VirtualNetworkAsync. attachServiceId(AttachServiceIdRequest request, AsyncHandler<AttachServiceIdRequest,AttachServiceIdResponse> handler)Adds the specifiedServiceto the list of enabledServiceobjects for the specified gateway.Future<AttachServiceIdResponse>VirtualNetworkAsyncClient. attachServiceId(AttachServiceIdRequest request, AsyncHandler<AttachServiceIdRequest,AttachServiceIdResponse> handler) -
Uses of AttachServiceIdResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return AttachServiceIdResponse Modifier and Type Method Description AttachServiceIdResponseAttachServiceIdResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type AttachServiceIdResponse Modifier and Type Method Description AttachServiceIdResponse.BuilderAttachServiceIdResponse.Builder. copy(AttachServiceIdResponse o)Copy method to populate the builder with values from the given instance.
-