Uses of Class
com.oracle.bmc.core.model.CreateNatGatewayDetails
-
Packages that use CreateNatGatewayDetails Package Description com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of CreateNatGatewayDetails in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return CreateNatGatewayDetails Modifier and Type Method Description CreateNatGatewayDetailsCreateNatGatewayDetails.Builder. build()Methods in com.oracle.bmc.core.model with parameters of type CreateNatGatewayDetails Modifier and Type Method Description CreateNatGatewayDetails.BuilderCreateNatGatewayDetails.Builder. copy(CreateNatGatewayDetails model) -
Uses of CreateNatGatewayDetails in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return CreateNatGatewayDetails Modifier and Type Method Description CreateNatGatewayDetailsCreateNatGatewayRequest. getBody$()Alternative accessor for the body parameter.CreateNatGatewayDetailsCreateNatGatewayRequest. getCreateNatGatewayDetails()Details for creating a NAT gateway.Methods in com.oracle.bmc.core.requests with parameters of type CreateNatGatewayDetails Modifier and Type Method Description CreateNatGatewayRequest.BuilderCreateNatGatewayRequest.Builder. body$(CreateNatGatewayDetails body)Alternative setter for the body parameter.CreateNatGatewayRequest.BuilderCreateNatGatewayRequest.Builder. createNatGatewayDetails(CreateNatGatewayDetails createNatGatewayDetails)Details for creating a NAT gateway.
-