Uses of Class
com.oracle.bmc.core.requests.CreateServiceGatewayRequest
-
Packages that use CreateServiceGatewayRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of CreateServiceGatewayRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type CreateServiceGatewayRequest Modifier and Type Method Description CreateServiceGatewayResponse
VirtualNetwork. createServiceGateway(CreateServiceGatewayRequest request)
Creates a new service gateway in the specified compartment.Future<CreateServiceGatewayResponse>
VirtualNetworkAsync. createServiceGateway(CreateServiceGatewayRequest request, AsyncHandler<CreateServiceGatewayRequest,CreateServiceGatewayResponse> handler)
Creates a new service gateway in the specified compartment.Future<CreateServiceGatewayResponse>
VirtualNetworkAsyncClient. createServiceGateway(CreateServiceGatewayRequest request, AsyncHandler<CreateServiceGatewayRequest,CreateServiceGatewayResponse> handler)
CreateServiceGatewayResponse
VirtualNetworkClient. createServiceGateway(CreateServiceGatewayRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type CreateServiceGatewayRequest Modifier and Type Method Description Future<CreateServiceGatewayResponse>
VirtualNetworkAsync. createServiceGateway(CreateServiceGatewayRequest request, AsyncHandler<CreateServiceGatewayRequest,CreateServiceGatewayResponse> handler)
Creates a new service gateway in the specified compartment.Future<CreateServiceGatewayResponse>
VirtualNetworkAsyncClient. createServiceGateway(CreateServiceGatewayRequest request, AsyncHandler<CreateServiceGatewayRequest,CreateServiceGatewayResponse> handler)
-
Uses of CreateServiceGatewayRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return CreateServiceGatewayRequest Modifier and Type Method Description CreateServiceGatewayRequest
CreateServiceGatewayRequest.Builder. build()
Build the instance of CreateServiceGatewayRequest as configured by this builderCreateServiceGatewayRequest
CreateServiceGatewayRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateServiceGatewayRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type CreateServiceGatewayRequest Modifier and Type Method Description CreateServiceGatewayRequest.Builder
CreateServiceGatewayRequest.Builder. copy(CreateServiceGatewayRequest o)
Copy method to populate the builder with values from the given instance.
-