Uses of Class
com.oracle.bmc.networkloadbalancer.requests.GetBackendOperationalStatusRequest
-
Packages that use GetBackendOperationalStatusRequest Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.requests -
-
Uses of GetBackendOperationalStatusRequest in com.oracle.bmc.networkloadbalancer
Method parameters in com.oracle.bmc.networkloadbalancer with type arguments of type GetBackendOperationalStatusRequest Modifier and Type Method Description Future<GetBackendOperationalStatusResponse>
NetworkLoadBalancerAsync. getBackendOperationalStatus(GetBackendOperationalStatusRequest request, AsyncHandler<GetBackendOperationalStatusRequest,GetBackendOperationalStatusResponse> handler)
Retrieves the current operational status of the specified backend server.Future<GetBackendOperationalStatusResponse>
NetworkLoadBalancerAsyncClient. getBackendOperationalStatus(GetBackendOperationalStatusRequest request, AsyncHandler<GetBackendOperationalStatusRequest,GetBackendOperationalStatusResponse> handler)
-
Uses of GetBackendOperationalStatusRequest in com.oracle.bmc.networkloadbalancer.requests
Methods in com.oracle.bmc.networkloadbalancer.requests that return GetBackendOperationalStatusRequest Modifier and Type Method Description GetBackendOperationalStatusRequest
GetBackendOperationalStatusRequest.Builder. build()
Build the instance of GetBackendOperationalStatusRequest as configured by this builderGetBackendOperationalStatusRequest
GetBackendOperationalStatusRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetBackendOperationalStatusRequest as configured by this builderMethods in com.oracle.bmc.networkloadbalancer.requests with parameters of type GetBackendOperationalStatusRequest Modifier and Type Method Description GetBackendOperationalStatusRequest.Builder
GetBackendOperationalStatusRequest.Builder. copy(GetBackendOperationalStatusRequest o)
Copy method to populate the builder with values from the given instance.
-