Uses of Class
com.oracle.bmc.core.responses.AttachLoadBalancerResponse
-
Packages that use AttachLoadBalancerResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of AttachLoadBalancerResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return AttachLoadBalancerResponse Modifier and Type Method Description AttachLoadBalancerResponseComputeManagement. attachLoadBalancer(AttachLoadBalancerRequest request)Attach a load balancer to the instance pool.AttachLoadBalancerResponseComputeManagementClient. attachLoadBalancer(AttachLoadBalancerRequest request)Methods in com.oracle.bmc.core that return types with arguments of type AttachLoadBalancerResponse Modifier and Type Method Description Future<AttachLoadBalancerResponse>ComputeManagementAsync. attachLoadBalancer(AttachLoadBalancerRequest request, AsyncHandler<AttachLoadBalancerRequest,AttachLoadBalancerResponse> handler)Attach a load balancer to the instance pool.Future<AttachLoadBalancerResponse>ComputeManagementAsyncClient. attachLoadBalancer(AttachLoadBalancerRequest request, AsyncHandler<AttachLoadBalancerRequest,AttachLoadBalancerResponse> handler)Method parameters in com.oracle.bmc.core with type arguments of type AttachLoadBalancerResponse Modifier and Type Method Description Future<AttachLoadBalancerResponse>ComputeManagementAsync. attachLoadBalancer(AttachLoadBalancerRequest request, AsyncHandler<AttachLoadBalancerRequest,AttachLoadBalancerResponse> handler)Attach a load balancer to the instance pool.Future<AttachLoadBalancerResponse>ComputeManagementAsyncClient. attachLoadBalancer(AttachLoadBalancerRequest request, AsyncHandler<AttachLoadBalancerRequest,AttachLoadBalancerResponse> handler) -
Uses of AttachLoadBalancerResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return AttachLoadBalancerResponse Modifier and Type Method Description AttachLoadBalancerResponseAttachLoadBalancerResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type AttachLoadBalancerResponse Modifier and Type Method Description AttachLoadBalancerResponse.BuilderAttachLoadBalancerResponse.Builder. copy(AttachLoadBalancerResponse o)Copy method to populate the builder with values from the given instance.
-