Uses of Class
com.oracle.bmc.servicemesh.responses.CreateIngressGatewayResponse
-
Packages that use CreateIngressGatewayResponse Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.responses -
-
Uses of CreateIngressGatewayResponse in com.oracle.bmc.servicemesh
Methods in com.oracle.bmc.servicemesh that return CreateIngressGatewayResponse Modifier and Type Method Description CreateIngressGatewayResponse
ServiceMesh. createIngressGateway(CreateIngressGatewayRequest request)
Creates a new IngressGateway.CreateIngressGatewayResponse
ServiceMeshClient. createIngressGateway(CreateIngressGatewayRequest request)
Methods in com.oracle.bmc.servicemesh that return types with arguments of type CreateIngressGatewayResponse Modifier and Type Method Description Future<CreateIngressGatewayResponse>
ServiceMeshAsync. createIngressGateway(CreateIngressGatewayRequest request, AsyncHandler<CreateIngressGatewayRequest,CreateIngressGatewayResponse> handler)
Creates a new IngressGateway.Future<CreateIngressGatewayResponse>
ServiceMeshAsyncClient. createIngressGateway(CreateIngressGatewayRequest request, AsyncHandler<CreateIngressGatewayRequest,CreateIngressGatewayResponse> handler)
Method parameters in com.oracle.bmc.servicemesh with type arguments of type CreateIngressGatewayResponse Modifier and Type Method Description Future<CreateIngressGatewayResponse>
ServiceMeshAsync. createIngressGateway(CreateIngressGatewayRequest request, AsyncHandler<CreateIngressGatewayRequest,CreateIngressGatewayResponse> handler)
Creates a new IngressGateway.Future<CreateIngressGatewayResponse>
ServiceMeshAsyncClient. createIngressGateway(CreateIngressGatewayRequest request, AsyncHandler<CreateIngressGatewayRequest,CreateIngressGatewayResponse> handler)
-
Uses of CreateIngressGatewayResponse in com.oracle.bmc.servicemesh.responses
Methods in com.oracle.bmc.servicemesh.responses that return CreateIngressGatewayResponse Modifier and Type Method Description CreateIngressGatewayResponse
CreateIngressGatewayResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.servicemesh.responses with parameters of type CreateIngressGatewayResponse Modifier and Type Method Description CreateIngressGatewayResponse.Builder
CreateIngressGatewayResponse.Builder. copy(CreateIngressGatewayResponse o)
Copy method to populate the builder with values from the given instance.
-