Uses of Class
com.oracle.bmc.loadbalancer.requests.ListHostnamesRequest
-
Packages that use ListHostnamesRequest Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.requests -
-
Uses of ListHostnamesRequest in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer with parameters of type ListHostnamesRequest Modifier and Type Method Description ListHostnamesResponse
LoadBalancer. listHostnames(ListHostnamesRequest request)
Lists all hostname resources associated with the specified load balancer.Future<ListHostnamesResponse>
LoadBalancerAsync. listHostnames(ListHostnamesRequest request, AsyncHandler<ListHostnamesRequest,ListHostnamesResponse> handler)
Lists all hostname resources associated with the specified load balancer.Future<ListHostnamesResponse>
LoadBalancerAsyncClient. listHostnames(ListHostnamesRequest request, AsyncHandler<ListHostnamesRequest,ListHostnamesResponse> handler)
ListHostnamesResponse
LoadBalancerClient. listHostnames(ListHostnamesRequest request)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type ListHostnamesRequest Modifier and Type Method Description Future<ListHostnamesResponse>
LoadBalancerAsync. listHostnames(ListHostnamesRequest request, AsyncHandler<ListHostnamesRequest,ListHostnamesResponse> handler)
Lists all hostname resources associated with the specified load balancer.Future<ListHostnamesResponse>
LoadBalancerAsyncClient. listHostnames(ListHostnamesRequest request, AsyncHandler<ListHostnamesRequest,ListHostnamesResponse> handler)
-
Uses of ListHostnamesRequest in com.oracle.bmc.loadbalancer.requests
Methods in com.oracle.bmc.loadbalancer.requests that return ListHostnamesRequest Modifier and Type Method Description ListHostnamesRequest
ListHostnamesRequest.Builder. build()
Build the instance of ListHostnamesRequest as configured by this builderListHostnamesRequest
ListHostnamesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListHostnamesRequest as configured by this builderMethods in com.oracle.bmc.loadbalancer.requests with parameters of type ListHostnamesRequest Modifier and Type Method Description ListHostnamesRequest.Builder
ListHostnamesRequest.Builder. copy(ListHostnamesRequest o)
Copy method to populate the builder with values from the given instance.
-