Uses of Class
com.oracle.bmc.loadbalancer.responses.ListPathRouteSetsResponse
-
Packages that use ListPathRouteSetsResponse Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.responses -
-
Uses of ListPathRouteSetsResponse in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer that return ListPathRouteSetsResponse Modifier and Type Method Description ListPathRouteSetsResponse
LoadBalancer. listPathRouteSets(ListPathRouteSetsRequest request)
Lists all path route sets associated with the specified load balancer.ListPathRouteSetsResponse
LoadBalancerClient. listPathRouteSets(ListPathRouteSetsRequest request)
Methods in com.oracle.bmc.loadbalancer that return types with arguments of type ListPathRouteSetsResponse Modifier and Type Method Description Future<ListPathRouteSetsResponse>
LoadBalancerAsync. listPathRouteSets(ListPathRouteSetsRequest request, AsyncHandler<ListPathRouteSetsRequest,ListPathRouteSetsResponse> handler)
Lists all path route sets associated with the specified load balancer.Future<ListPathRouteSetsResponse>
LoadBalancerAsyncClient. listPathRouteSets(ListPathRouteSetsRequest request, AsyncHandler<ListPathRouteSetsRequest,ListPathRouteSetsResponse> handler)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type ListPathRouteSetsResponse Modifier and Type Method Description Future<ListPathRouteSetsResponse>
LoadBalancerAsync. listPathRouteSets(ListPathRouteSetsRequest request, AsyncHandler<ListPathRouteSetsRequest,ListPathRouteSetsResponse> handler)
Lists all path route sets associated with the specified load balancer.Future<ListPathRouteSetsResponse>
LoadBalancerAsyncClient. listPathRouteSets(ListPathRouteSetsRequest request, AsyncHandler<ListPathRouteSetsRequest,ListPathRouteSetsResponse> handler)
-
Uses of ListPathRouteSetsResponse in com.oracle.bmc.loadbalancer.responses
Methods in com.oracle.bmc.loadbalancer.responses that return ListPathRouteSetsResponse Modifier and Type Method Description ListPathRouteSetsResponse
ListPathRouteSetsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loadbalancer.responses with parameters of type ListPathRouteSetsResponse Modifier and Type Method Description ListPathRouteSetsResponse.Builder
ListPathRouteSetsResponse.Builder. copy(ListPathRouteSetsResponse o)
Copy method to populate the builder with values from the given instance.
-