Uses of Class
com.oracle.bmc.loadbalancer.responses.GetPathRouteSetResponse
-
Packages that use GetPathRouteSetResponse Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.responses -
-
Uses of GetPathRouteSetResponse in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer that return GetPathRouteSetResponse Modifier and Type Method Description GetPathRouteSetResponse
LoadBalancer. getPathRouteSet(GetPathRouteSetRequest request)
Gets the specified path route set’s configuration information.GetPathRouteSetResponse
LoadBalancerClient. getPathRouteSet(GetPathRouteSetRequest request)
Methods in com.oracle.bmc.loadbalancer that return types with arguments of type GetPathRouteSetResponse Modifier and Type Method Description Future<GetPathRouteSetResponse>
LoadBalancerAsync. getPathRouteSet(GetPathRouteSetRequest request, AsyncHandler<GetPathRouteSetRequest,GetPathRouteSetResponse> handler)
Gets the specified path route set’s configuration information.Future<GetPathRouteSetResponse>
LoadBalancerAsyncClient. getPathRouteSet(GetPathRouteSetRequest request, AsyncHandler<GetPathRouteSetRequest,GetPathRouteSetResponse> handler)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type GetPathRouteSetResponse Modifier and Type Method Description Future<GetPathRouteSetResponse>
LoadBalancerAsync. getPathRouteSet(GetPathRouteSetRequest request, AsyncHandler<GetPathRouteSetRequest,GetPathRouteSetResponse> handler)
Gets the specified path route set’s configuration information.Future<GetPathRouteSetResponse>
LoadBalancerAsyncClient. getPathRouteSet(GetPathRouteSetRequest request, AsyncHandler<GetPathRouteSetRequest,GetPathRouteSetResponse> handler)
-
Uses of GetPathRouteSetResponse in com.oracle.bmc.loadbalancer.responses
Methods in com.oracle.bmc.loadbalancer.responses that return GetPathRouteSetResponse Modifier and Type Method Description GetPathRouteSetResponse
GetPathRouteSetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loadbalancer.responses with parameters of type GetPathRouteSetResponse Modifier and Type Method Description GetPathRouteSetResponse.Builder
GetPathRouteSetResponse.Builder. copy(GetPathRouteSetResponse o)
Copy method to populate the builder with values from the given instance.
-