Uses of Class
com.oracle.bmc.core.requests.DeleteNatGatewayRequest
-
Packages that use DeleteNatGatewayRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of DeleteNatGatewayRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type DeleteNatGatewayRequest Modifier and Type Method Description DeleteNatGatewayResponse
VirtualNetwork. deleteNatGateway(DeleteNatGatewayRequest request)
Deletes the specified NAT gateway.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)
DeleteNatGatewayResponse
VirtualNetworkClient. deleteNatGateway(DeleteNatGatewayRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type DeleteNatGatewayRequest 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 DeleteNatGatewayRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return DeleteNatGatewayRequest Modifier and Type Method Description DeleteNatGatewayRequest
DeleteNatGatewayRequest.Builder. build()
Build the instance of DeleteNatGatewayRequest as configured by this builderDeleteNatGatewayRequest
DeleteNatGatewayRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteNatGatewayRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type DeleteNatGatewayRequest Modifier and Type Method Description DeleteNatGatewayRequest.Builder
DeleteNatGatewayRequest.Builder. copy(DeleteNatGatewayRequest o)
Copy method to populate the builder with values from the given instance.
-