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