Uses of Class
com.oracle.bmc.servicemesh.requests.ListIngressGatewaysRequest
-
Packages that use ListIngressGatewaysRequest Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.requests -
-
Uses of ListIngressGatewaysRequest in com.oracle.bmc.servicemesh
Method parameters in com.oracle.bmc.servicemesh with type arguments of type ListIngressGatewaysRequest 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 ListIngressGatewaysRequest in com.oracle.bmc.servicemesh.requests
Methods in com.oracle.bmc.servicemesh.requests that return ListIngressGatewaysRequest Modifier and Type Method Description ListIngressGatewaysRequest
ListIngressGatewaysRequest.Builder. build()
Build the instance of ListIngressGatewaysRequest as configured by this builderListIngressGatewaysRequest
ListIngressGatewaysRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListIngressGatewaysRequest as configured by this builderMethods in com.oracle.bmc.servicemesh.requests with parameters of type ListIngressGatewaysRequest Modifier and Type Method Description ListIngressGatewaysRequest.Builder
ListIngressGatewaysRequest.Builder. copy(ListIngressGatewaysRequest o)
Copy method to populate the builder with values from the given instance.
-