Uses of Class
com.oracle.bmc.networkloadbalancer.requests.UpdateBackendRequest
-
Packages that use UpdateBackendRequest Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.requests -
-
Uses of UpdateBackendRequest in com.oracle.bmc.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer with parameters of type UpdateBackendRequest Modifier and Type Method Description UpdateBackendResponse
NetworkLoadBalancer. updateBackend(UpdateBackendRequest request)
Updates the configuration of a backend server within the specified backend set.Future<UpdateBackendResponse>
NetworkLoadBalancerAsync. updateBackend(UpdateBackendRequest request, AsyncHandler<UpdateBackendRequest,UpdateBackendResponse> handler)
Updates the configuration of a backend server within the specified backend set.Future<UpdateBackendResponse>
NetworkLoadBalancerAsyncClient. updateBackend(UpdateBackendRequest request, AsyncHandler<UpdateBackendRequest,UpdateBackendResponse> handler)
UpdateBackendResponse
NetworkLoadBalancerClient. updateBackend(UpdateBackendRequest request)
Method parameters in com.oracle.bmc.networkloadbalancer with type arguments of type UpdateBackendRequest Modifier and Type Method Description Future<UpdateBackendResponse>
NetworkLoadBalancerAsync. updateBackend(UpdateBackendRequest request, AsyncHandler<UpdateBackendRequest,UpdateBackendResponse> handler)
Updates the configuration of a backend server within the specified backend set.Future<UpdateBackendResponse>
NetworkLoadBalancerAsyncClient. updateBackend(UpdateBackendRequest request, AsyncHandler<UpdateBackendRequest,UpdateBackendResponse> handler)
-
Uses of UpdateBackendRequest in com.oracle.bmc.networkloadbalancer.requests
Methods in com.oracle.bmc.networkloadbalancer.requests that return UpdateBackendRequest Modifier and Type Method Description UpdateBackendRequest
UpdateBackendRequest.Builder. build()
Build the instance of UpdateBackendRequest as configured by this builderUpdateBackendRequest
UpdateBackendRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateBackendRequest as configured by this builderMethods in com.oracle.bmc.networkloadbalancer.requests with parameters of type UpdateBackendRequest Modifier and Type Method Description UpdateBackendRequest.Builder
UpdateBackendRequest.Builder. copy(UpdateBackendRequest o)
Copy method to populate the builder with values from the given instance.
-