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 CreateServiceGatewayResponseVirtualNetwork. 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)CreateServiceGatewayResponseVirtualNetworkClient. 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 CreateServiceGatewayRequestCreateServiceGatewayRequest.Builder. build()Build the instance of CreateServiceGatewayRequest as configured by this builderCreateServiceGatewayRequestCreateServiceGatewayRequest.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.BuilderCreateServiceGatewayRequest.Builder. copy(CreateServiceGatewayRequest o)Copy method to populate the builder with values from the given instance.
-