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.loadbalancer
Methods in com.oracle.bmc.loadbalancer with parameters of type CreateHostnameRequest Modifier and Type Method Description CreateHostnameResponse
LoadBalancer. 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)
CreateHostnameResponse
LoadBalancerClient. 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.requests
Methods in com.oracle.bmc.loadbalancer.requests that return CreateHostnameRequest Modifier and Type Method Description CreateHostnameRequest
CreateHostnameRequest.Builder. build()
Build the instance of CreateHostnameRequest as configured by this builderCreateHostnameRequest
CreateHostnameRequest.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.Builder
CreateHostnameRequest.Builder. copy(CreateHostnameRequest o)
Copy method to populate the builder with values from the given instance.
-