Uses of Class
com.oracle.bmc.loadbalancer.requests.GetPathRouteSetRequest
-
Packages that use GetPathRouteSetRequest Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.requests -
-
Uses of GetPathRouteSetRequest in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer with parameters of type GetPathRouteSetRequest Modifier and Type Method Description GetPathRouteSetResponse
LoadBalancer. getPathRouteSet(GetPathRouteSetRequest request)
Gets the specified path route set’s configuration information.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)
GetPathRouteSetResponse
LoadBalancerClient. getPathRouteSet(GetPathRouteSetRequest request)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type GetPathRouteSetRequest 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 GetPathRouteSetRequest in com.oracle.bmc.loadbalancer.requests
Methods in com.oracle.bmc.loadbalancer.requests that return GetPathRouteSetRequest Modifier and Type Method Description GetPathRouteSetRequest
GetPathRouteSetRequest.Builder. build()
Build the instance of GetPathRouteSetRequest as configured by this builderGetPathRouteSetRequest
GetPathRouteSetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetPathRouteSetRequest as configured by this builderMethods in com.oracle.bmc.loadbalancer.requests with parameters of type GetPathRouteSetRequest Modifier and Type Method Description GetPathRouteSetRequest.Builder
GetPathRouteSetRequest.Builder. copy(GetPathRouteSetRequest o)
Copy method to populate the builder with values from the given instance.
-