Uses of Class
com.oracle.bmc.servicemesh.responses.ListIngressGatewaysResponse
-
Packages that use ListIngressGatewaysResponse Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.responses -
-
Uses of ListIngressGatewaysResponse in com.oracle.bmc.servicemesh
Methods in com.oracle.bmc.servicemesh that return ListIngressGatewaysResponse Modifier and Type Method Description ListIngressGatewaysResponse
ServiceMesh. listIngressGateways(ListIngressGatewaysRequest request)
Returns a list of IngressGateway objects.ListIngressGatewaysResponse
ServiceMeshClient. listIngressGateways(ListIngressGatewaysRequest request)
Methods in com.oracle.bmc.servicemesh that return types with arguments of type ListIngressGatewaysResponse Modifier and Type Method Description Future<ListIngressGatewaysResponse>
ServiceMeshAsync. listIngressGateways(ListIngressGatewaysRequest request, AsyncHandler<ListIngressGatewaysRequest,ListIngressGatewaysResponse> handler)
Returns a list of IngressGateway objects.Future<ListIngressGatewaysResponse>
ServiceMeshAsyncClient. listIngressGateways(ListIngressGatewaysRequest request, AsyncHandler<ListIngressGatewaysRequest,ListIngressGatewaysResponse> handler)
Iterable<ListIngressGatewaysResponse>
ServiceMeshPaginators. listIngressGatewaysResponseIterator(ListIngressGatewaysRequest request)
Creates a new iterable which will iterate over the responses received from the listIngressGateways operation.Method parameters in com.oracle.bmc.servicemesh with type arguments of type ListIngressGatewaysResponse Modifier and Type Method Description Future<ListIngressGatewaysResponse>
ServiceMeshAsync. listIngressGateways(ListIngressGatewaysRequest request, AsyncHandler<ListIngressGatewaysRequest,ListIngressGatewaysResponse> handler)
Returns a list of IngressGateway objects.Future<ListIngressGatewaysResponse>
ServiceMeshAsyncClient. listIngressGateways(ListIngressGatewaysRequest request, AsyncHandler<ListIngressGatewaysRequest,ListIngressGatewaysResponse> handler)
-
Uses of ListIngressGatewaysResponse in com.oracle.bmc.servicemesh.responses
Methods in com.oracle.bmc.servicemesh.responses that return ListIngressGatewaysResponse Modifier and Type Method Description ListIngressGatewaysResponse
ListIngressGatewaysResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.servicemesh.responses with parameters of type ListIngressGatewaysResponse Modifier and Type Method Description ListIngressGatewaysResponse.Builder
ListIngressGatewaysResponse.Builder. copy(ListIngressGatewaysResponse o)
Copy method to populate the builder with values from the given instance.
-