Uses of Class
com.oracle.bmc.loadbalancer.responses.DeleteHostnameResponse
- 
Packages that use DeleteHostnameResponse Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.responses 
- 
- 
Uses of DeleteHostnameResponse in com.oracle.bmc.loadbalancerMethods in com.oracle.bmc.loadbalancer that return DeleteHostnameResponse Modifier and Type Method Description DeleteHostnameResponseLoadBalancer. deleteHostname(DeleteHostnameRequest request)Deletes a hostname resource from the specified load balancer.DeleteHostnameResponseLoadBalancerClient. deleteHostname(DeleteHostnameRequest request)Methods in com.oracle.bmc.loadbalancer that return types with arguments of type DeleteHostnameResponse Modifier and Type Method Description Future<DeleteHostnameResponse>LoadBalancerAsync. deleteHostname(DeleteHostnameRequest request, AsyncHandler<DeleteHostnameRequest,DeleteHostnameResponse> handler)Deletes a hostname resource from the specified load balancer.Future<DeleteHostnameResponse>LoadBalancerAsyncClient. deleteHostname(DeleteHostnameRequest request, AsyncHandler<DeleteHostnameRequest,DeleteHostnameResponse> handler)Method parameters in com.oracle.bmc.loadbalancer with type arguments of type DeleteHostnameResponse Modifier and Type Method Description Future<DeleteHostnameResponse>LoadBalancerAsync. deleteHostname(DeleteHostnameRequest request, AsyncHandler<DeleteHostnameRequest,DeleteHostnameResponse> handler)Deletes a hostname resource from the specified load balancer.Future<DeleteHostnameResponse>LoadBalancerAsyncClient. deleteHostname(DeleteHostnameRequest request, AsyncHandler<DeleteHostnameRequest,DeleteHostnameResponse> handler)
- 
Uses of DeleteHostnameResponse in com.oracle.bmc.loadbalancer.responsesMethods in com.oracle.bmc.loadbalancer.responses that return DeleteHostnameResponse Modifier and Type Method Description DeleteHostnameResponseDeleteHostnameResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.loadbalancer.responses with parameters of type DeleteHostnameResponse Modifier and Type Method Description DeleteHostnameResponse.BuilderDeleteHostnameResponse.Builder. copy(DeleteHostnameResponse o)Copy method to populate the builder with values from the given instance.
 
-