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 AttachLoadBalancerResponse
ComputeManagement. attachLoadBalancer(AttachLoadBalancerRequest request)
Attach a load balancer to the instance pool.AttachLoadBalancerResponse
ComputeManagementClient. 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 AttachLoadBalancerResponse
AttachLoadBalancerResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type AttachLoadBalancerResponse Modifier and Type Method Description AttachLoadBalancerResponse.Builder
AttachLoadBalancerResponse.Builder. copy(AttachLoadBalancerResponse o)
Copy method to populate the builder with values from the given instance.
-