Uses of Class
software.amazon.awssdk.services.lightsail.model.GetLoadBalancerResponse
-
Packages that use GetLoadBalancerResponse Package Description software.amazon.awssdk.services.lightsail Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. -
-
Uses of GetLoadBalancerResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetLoadBalancerResponse Modifier and Type Method Description default GetLoadBalancerResponseLightsailClient. getLoadBalancer(Consumer<GetLoadBalancerRequest.Builder> getLoadBalancerRequest)Returns information about the specified Lightsail load balancer.default GetLoadBalancerResponseLightsailClient. getLoadBalancer(GetLoadBalancerRequest getLoadBalancerRequest)Returns information about the specified Lightsail load balancer.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetLoadBalancerResponse Modifier and Type Method Description default CompletableFuture<GetLoadBalancerResponse>LightsailAsyncClient. getLoadBalancer(Consumer<GetLoadBalancerRequest.Builder> getLoadBalancerRequest)Returns information about the specified Lightsail load balancer.default CompletableFuture<GetLoadBalancerResponse>LightsailAsyncClient. getLoadBalancer(GetLoadBalancerRequest getLoadBalancerRequest)Returns information about the specified Lightsail load balancer.
-