Uses of Class
com.oracle.bmc.loadbalancer.responses.ListHostnamesResponse
-
Packages that use ListHostnamesResponse Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.responses -
-
Uses of ListHostnamesResponse in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer that return ListHostnamesResponse Modifier and Type Method Description ListHostnamesResponse
LoadBalancer. listHostnames(ListHostnamesRequest request)
Lists all hostname resources associated with the specified load balancer.ListHostnamesResponse
LoadBalancerClient. listHostnames(ListHostnamesRequest request)
Methods in com.oracle.bmc.loadbalancer that return types with arguments of type ListHostnamesResponse 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)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type ListHostnamesResponse 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 ListHostnamesResponse in com.oracle.bmc.loadbalancer.responses
Methods in com.oracle.bmc.loadbalancer.responses that return ListHostnamesResponse Modifier and Type Method Description ListHostnamesResponse
ListHostnamesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loadbalancer.responses with parameters of type ListHostnamesResponse Modifier and Type Method Description ListHostnamesResponse.Builder
ListHostnamesResponse.Builder. copy(ListHostnamesResponse o)
Copy method to populate the builder with values from the given instance.
-