Package | Description |
---|---|
com.oracle.bmc.loadbalancer | |
com.oracle.bmc.loadbalancer.requests |
Modifier and Type | Method and Description |
---|---|
ListHostnamesResponse |
LoadBalancer.listHostnames(ListHostnamesRequest request)
Lists all hostname resources associated with the specified load balancer.
|
ListHostnamesResponse |
LoadBalancerClient.listHostnames(ListHostnamesRequest request) |
Future<ListHostnamesResponse> |
LoadBalancerAsyncClient.listHostnames(ListHostnamesRequest request,
AsyncHandler<ListHostnamesRequest,ListHostnamesResponse> handler) |
Future<ListHostnamesResponse> |
LoadBalancerAsync.listHostnames(ListHostnamesRequest request,
AsyncHandler<ListHostnamesRequest,ListHostnamesResponse> handler)
Lists all hostname resources associated with the specified load balancer.
|
Modifier and Type | Method and Description |
---|---|
Future<ListHostnamesResponse> |
LoadBalancerAsyncClient.listHostnames(ListHostnamesRequest request,
AsyncHandler<ListHostnamesRequest,ListHostnamesResponse> handler) |
Future<ListHostnamesResponse> |
LoadBalancerAsync.listHostnames(ListHostnamesRequest request,
AsyncHandler<ListHostnamesRequest,ListHostnamesResponse> handler)
Lists all hostname resources associated with the specified load balancer.
|
Modifier and Type | Method and Description |
---|---|
ListHostnamesRequest |
ListHostnamesRequest.Builder.build()
Build the instance of ListHostnamesRequest as configured by this builder
|
ListHostnamesRequest |
ListHostnamesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListHostnamesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListHostnamesRequest.Builder |
ListHostnamesRequest.Builder.copy(ListHostnamesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.