Uses of Class
com.oracle.bmc.loadbalancer.requests.CreateHostnameRequest
- 
Packages that use CreateHostnameRequest Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.requests 
- 
- 
Uses of CreateHostnameRequest in com.oracle.bmc.loadbalancerMethods in com.oracle.bmc.loadbalancer with parameters of type CreateHostnameRequest Modifier and Type Method Description CreateHostnameResponseLoadBalancer. createHostname(CreateHostnameRequest request)Adds a hostname resource to the specified load balancer.Future<CreateHostnameResponse>LoadBalancerAsync. createHostname(CreateHostnameRequest request, AsyncHandler<CreateHostnameRequest,CreateHostnameResponse> handler)Adds a hostname resource to the specified load balancer.Future<CreateHostnameResponse>LoadBalancerAsyncClient. createHostname(CreateHostnameRequest request, AsyncHandler<CreateHostnameRequest,CreateHostnameResponse> handler)CreateHostnameResponseLoadBalancerClient. createHostname(CreateHostnameRequest request)Method parameters in com.oracle.bmc.loadbalancer with type arguments of type CreateHostnameRequest Modifier and Type Method Description Future<CreateHostnameResponse>LoadBalancerAsync. createHostname(CreateHostnameRequest request, AsyncHandler<CreateHostnameRequest,CreateHostnameResponse> handler)Adds a hostname resource to the specified load balancer.Future<CreateHostnameResponse>LoadBalancerAsyncClient. createHostname(CreateHostnameRequest request, AsyncHandler<CreateHostnameRequest,CreateHostnameResponse> handler)
- 
Uses of CreateHostnameRequest in com.oracle.bmc.loadbalancer.requestsMethods in com.oracle.bmc.loadbalancer.requests that return CreateHostnameRequest Modifier and Type Method Description CreateHostnameRequestCreateHostnameRequest.Builder. build()Build the instance of CreateHostnameRequest as configured by this builderCreateHostnameRequestCreateHostnameRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateHostnameRequest as configured by this builderMethods in com.oracle.bmc.loadbalancer.requests with parameters of type CreateHostnameRequest Modifier and Type Method Description CreateHostnameRequest.BuilderCreateHostnameRequest.Builder. copy(CreateHostnameRequest o)Copy method to populate the builder with values from the given instance.
 
-