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