Uses of Class
com.oracle.bmc.loadbalancer.requests.UpdateHostnameRequest
-
Packages that use UpdateHostnameRequest Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.requests -
-
Uses of UpdateHostnameRequest in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer with parameters of type UpdateHostnameRequest Modifier and Type Method Description UpdateHostnameResponse
LoadBalancer. updateHostname(UpdateHostnameRequest request)
Overwrites an existing hostname resource on the specified load balancer.Future<UpdateHostnameResponse>
LoadBalancerAsync. updateHostname(UpdateHostnameRequest request, AsyncHandler<UpdateHostnameRequest,UpdateHostnameResponse> handler)
Overwrites an existing hostname resource on the specified load balancer.Future<UpdateHostnameResponse>
LoadBalancerAsyncClient. updateHostname(UpdateHostnameRequest request, AsyncHandler<UpdateHostnameRequest,UpdateHostnameResponse> handler)
UpdateHostnameResponse
LoadBalancerClient. updateHostname(UpdateHostnameRequest request)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type UpdateHostnameRequest Modifier and Type Method Description Future<UpdateHostnameResponse>
LoadBalancerAsync. updateHostname(UpdateHostnameRequest request, AsyncHandler<UpdateHostnameRequest,UpdateHostnameResponse> handler)
Overwrites an existing hostname resource on the specified load balancer.Future<UpdateHostnameResponse>
LoadBalancerAsyncClient. updateHostname(UpdateHostnameRequest request, AsyncHandler<UpdateHostnameRequest,UpdateHostnameResponse> handler)
-
Uses of UpdateHostnameRequest in com.oracle.bmc.loadbalancer.requests
Methods in com.oracle.bmc.loadbalancer.requests that return UpdateHostnameRequest Modifier and Type Method Description UpdateHostnameRequest
UpdateHostnameRequest.Builder. build()
Build the instance of UpdateHostnameRequest as configured by this builderUpdateHostnameRequest
UpdateHostnameRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateHostnameRequest as configured by this builderMethods in com.oracle.bmc.loadbalancer.requests with parameters of type UpdateHostnameRequest Modifier and Type Method Description UpdateHostnameRequest.Builder
UpdateHostnameRequest.Builder. copy(UpdateHostnameRequest o)
Copy method to populate the builder with values from the given instance.
-