Uses of Class
com.oracle.bmc.core.responses.CreateServiceGatewayResponse
-
Packages that use CreateServiceGatewayResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of CreateServiceGatewayResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return CreateServiceGatewayResponse Modifier and Type Method Description CreateServiceGatewayResponse
VirtualNetwork. createServiceGateway(CreateServiceGatewayRequest request)
Creates a new service gateway in the specified compartment.CreateServiceGatewayResponse
VirtualNetworkClient. createServiceGateway(CreateServiceGatewayRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type CreateServiceGatewayResponse 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)
Method parameters in com.oracle.bmc.core with type arguments of type CreateServiceGatewayResponse 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 CreateServiceGatewayResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return CreateServiceGatewayResponse Modifier and Type Method Description CreateServiceGatewayResponse
CreateServiceGatewayResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type CreateServiceGatewayResponse Modifier and Type Method Description CreateServiceGatewayResponse.Builder
CreateServiceGatewayResponse.Builder. copy(CreateServiceGatewayResponse o)
Copy method to populate the builder with values from the given instance.
-