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