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 DeleteNatGatewayResponseVirtualNetwork. 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)DeleteNatGatewayResponseVirtualNetworkClient. 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 DeleteNatGatewayRequestDeleteNatGatewayRequest.Builder. build()Build the instance of DeleteNatGatewayRequest as configured by this builderDeleteNatGatewayRequestDeleteNatGatewayRequest.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.BuilderDeleteNatGatewayRequest.Builder. copy(DeleteNatGatewayRequest o)Copy method to populate the builder with values from the given instance.
-