Uses of Class
com.oracle.bmc.loadbalancer.responses.CreateHostnameResponse
-
Packages that use CreateHostnameResponse Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.responses -
-
Uses of CreateHostnameResponse in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer that return CreateHostnameResponse Modifier and Type Method Description CreateHostnameResponse
LoadBalancer. createHostname(CreateHostnameRequest request)
Adds a hostname resource to the specified load balancer.CreateHostnameResponse
LoadBalancerClient. createHostname(CreateHostnameRequest request)
Methods in com.oracle.bmc.loadbalancer that return types with arguments of type CreateHostnameResponse 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)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type CreateHostnameResponse 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 CreateHostnameResponse in com.oracle.bmc.loadbalancer.responses
Methods in com.oracle.bmc.loadbalancer.responses that return CreateHostnameResponse Modifier and Type Method Description CreateHostnameResponse
CreateHostnameResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loadbalancer.responses with parameters of type CreateHostnameResponse Modifier and Type Method Description CreateHostnameResponse.Builder
CreateHostnameResponse.Builder. copy(CreateHostnameResponse o)
Copy method to populate the builder with values from the given instance.
-