Uses of Class
com.oracle.bmc.core.responses.DeleteServiceGatewayResponse
-
Packages that use DeleteServiceGatewayResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of DeleteServiceGatewayResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return DeleteServiceGatewayResponse Modifier and Type Method Description DeleteServiceGatewayResponseVirtualNetwork. deleteServiceGateway(DeleteServiceGatewayRequest request)Deletes the specified service gateway.DeleteServiceGatewayResponseVirtualNetworkClient. deleteServiceGateway(DeleteServiceGatewayRequest request)Methods in com.oracle.bmc.core that return types with arguments of type DeleteServiceGatewayResponse Modifier and Type Method Description Future<DeleteServiceGatewayResponse>VirtualNetworkAsync. deleteServiceGateway(DeleteServiceGatewayRequest request, AsyncHandler<DeleteServiceGatewayRequest,DeleteServiceGatewayResponse> handler)Deletes the specified service gateway.Future<DeleteServiceGatewayResponse>VirtualNetworkAsyncClient. deleteServiceGateway(DeleteServiceGatewayRequest request, AsyncHandler<DeleteServiceGatewayRequest,DeleteServiceGatewayResponse> handler)Method parameters in com.oracle.bmc.core with type arguments of type DeleteServiceGatewayResponse Modifier and Type Method Description Future<DeleteServiceGatewayResponse>VirtualNetworkAsync. deleteServiceGateway(DeleteServiceGatewayRequest request, AsyncHandler<DeleteServiceGatewayRequest,DeleteServiceGatewayResponse> handler)Deletes the specified service gateway.Future<DeleteServiceGatewayResponse>VirtualNetworkAsyncClient. deleteServiceGateway(DeleteServiceGatewayRequest request, AsyncHandler<DeleteServiceGatewayRequest,DeleteServiceGatewayResponse> handler) -
Uses of DeleteServiceGatewayResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return DeleteServiceGatewayResponse Modifier and Type Method Description DeleteServiceGatewayResponseDeleteServiceGatewayResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type DeleteServiceGatewayResponse Modifier and Type Method Description DeleteServiceGatewayResponse.BuilderDeleteServiceGatewayResponse.Builder. copy(DeleteServiceGatewayResponse o)Copy method to populate the builder with values from the given instance.
-