Uses of Class
com.oracle.bmc.servicemesh.requests.CreateIngressGatewayRequest
-
Packages that use CreateIngressGatewayRequest Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.requests -
-
Uses of CreateIngressGatewayRequest in com.oracle.bmc.servicemesh
Methods in com.oracle.bmc.servicemesh with parameters of type CreateIngressGatewayRequest Modifier and Type Method Description CreateIngressGatewayResponse
ServiceMesh. createIngressGateway(CreateIngressGatewayRequest request)
Creates a new IngressGateway.Future<CreateIngressGatewayResponse>
ServiceMeshAsync. createIngressGateway(CreateIngressGatewayRequest request, AsyncHandler<CreateIngressGatewayRequest,CreateIngressGatewayResponse> handler)
Creates a new IngressGateway.Future<CreateIngressGatewayResponse>
ServiceMeshAsyncClient. createIngressGateway(CreateIngressGatewayRequest request, AsyncHandler<CreateIngressGatewayRequest,CreateIngressGatewayResponse> handler)
CreateIngressGatewayResponse
ServiceMeshClient. createIngressGateway(CreateIngressGatewayRequest request)
Method parameters in com.oracle.bmc.servicemesh with type arguments of type CreateIngressGatewayRequest 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 CreateIngressGatewayRequest in com.oracle.bmc.servicemesh.requests
Methods in com.oracle.bmc.servicemesh.requests that return CreateIngressGatewayRequest Modifier and Type Method Description CreateIngressGatewayRequest
CreateIngressGatewayRequest.Builder. build()
Build the instance of CreateIngressGatewayRequest as configured by this builderCreateIngressGatewayRequest
CreateIngressGatewayRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateIngressGatewayRequest as configured by this builderMethods in com.oracle.bmc.servicemesh.requests with parameters of type CreateIngressGatewayRequest Modifier and Type Method Description CreateIngressGatewayRequest.Builder
CreateIngressGatewayRequest.Builder. copy(CreateIngressGatewayRequest o)
Copy method to populate the builder with values from the given instance.
-