Uses of Class
com.oracle.bmc.networkloadbalancer.responses.GetBackendOperationalStatusResponse
-
Packages that use GetBackendOperationalStatusResponse Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.responses -
-
Uses of GetBackendOperationalStatusResponse in com.oracle.bmc.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer that return GetBackendOperationalStatusResponse Modifier and Type Method Description GetBackendOperationalStatusResponse
NetworkLoadBalancer. getBackendOperationalStatus(GetBackendOperationalStatusRequest request)
Retrieves the current operational status of the specified backend server.GetBackendOperationalStatusResponse
NetworkLoadBalancerClient. getBackendOperationalStatus(GetBackendOperationalStatusRequest request)
Methods in com.oracle.bmc.networkloadbalancer that return types with arguments of type GetBackendOperationalStatusResponse 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)
Method parameters in com.oracle.bmc.networkloadbalancer with type arguments of type GetBackendOperationalStatusResponse 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 GetBackendOperationalStatusResponse in com.oracle.bmc.networkloadbalancer.responses
Methods in com.oracle.bmc.networkloadbalancer.responses that return GetBackendOperationalStatusResponse Modifier and Type Method Description GetBackendOperationalStatusResponse
GetBackendOperationalStatusResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkloadbalancer.responses with parameters of type GetBackendOperationalStatusResponse Modifier and Type Method Description GetBackendOperationalStatusResponse.Builder
GetBackendOperationalStatusResponse.Builder. copy(GetBackendOperationalStatusResponse o)
Copy method to populate the builder with values from the given instance.
-