Uses of Class
com.oracle.bmc.core.requests.AttachLoadBalancerRequest
-
Packages that use AttachLoadBalancerRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of AttachLoadBalancerRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type AttachLoadBalancerRequest Modifier and Type Method Description AttachLoadBalancerResponse
ComputeManagement. attachLoadBalancer(AttachLoadBalancerRequest request)
Attach a load balancer to the instance pool.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)
AttachLoadBalancerResponse
ComputeManagementClient. attachLoadBalancer(AttachLoadBalancerRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type AttachLoadBalancerRequest 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 AttachLoadBalancerRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return AttachLoadBalancerRequest Modifier and Type Method Description AttachLoadBalancerRequest
AttachLoadBalancerRequest.Builder. build()
Build the instance of AttachLoadBalancerRequest as configured by this builderAttachLoadBalancerRequest
AttachLoadBalancerRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AttachLoadBalancerRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type AttachLoadBalancerRequest Modifier and Type Method Description AttachLoadBalancerRequest.Builder
AttachLoadBalancerRequest.Builder. copy(AttachLoadBalancerRequest o)
Copy method to populate the builder with values from the given instance.
-