Uses of Class
com.oracle.bmc.core.requests.GetInstancePoolLoadBalancerAttachmentRequest
-
Packages that use GetInstancePoolLoadBalancerAttachmentRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetInstancePoolLoadBalancerAttachmentRequest in com.oracle.bmc.core
Method parameters in com.oracle.bmc.core with type arguments of type GetInstancePoolLoadBalancerAttachmentRequest Modifier and Type Method Description Future<GetInstancePoolLoadBalancerAttachmentResponse>
ComputeManagementAsync. getInstancePoolLoadBalancerAttachment(GetInstancePoolLoadBalancerAttachmentRequest request, AsyncHandler<GetInstancePoolLoadBalancerAttachmentRequest,GetInstancePoolLoadBalancerAttachmentResponse> handler)
Gets information about a load balancer that is attached to the specified instance pool.Future<GetInstancePoolLoadBalancerAttachmentResponse>
ComputeManagementAsyncClient. getInstancePoolLoadBalancerAttachment(GetInstancePoolLoadBalancerAttachmentRequest request, AsyncHandler<GetInstancePoolLoadBalancerAttachmentRequest,GetInstancePoolLoadBalancerAttachmentResponse> handler)
-
Uses of GetInstancePoolLoadBalancerAttachmentRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetInstancePoolLoadBalancerAttachmentRequest Modifier and Type Method Description GetInstancePoolLoadBalancerAttachmentRequest
GetInstancePoolLoadBalancerAttachmentRequest.Builder. build()
Build the instance of GetInstancePoolLoadBalancerAttachmentRequest as configured by this builderGetInstancePoolLoadBalancerAttachmentRequest
GetInstancePoolLoadBalancerAttachmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetInstancePoolLoadBalancerAttachmentRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetInstancePoolLoadBalancerAttachmentRequest Modifier and Type Method Description GetInstancePoolLoadBalancerAttachmentRequest.Builder
GetInstancePoolLoadBalancerAttachmentRequest.Builder. copy(GetInstancePoolLoadBalancerAttachmentRequest o)
Copy method to populate the builder with values from the given instance.
-