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