Uses of Class
software.amazon.awssdk.services.lightsail.model.GetDistributionsResponse
-
Packages that use GetDistributionsResponse 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 GetDistributionsResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetDistributionsResponse Modifier and Type Method Description default GetDistributionsResponseLightsailClient. getDistributions(Consumer<GetDistributionsRequest.Builder> getDistributionsRequest)Returns information about one or more of your Amazon Lightsail content delivery network (CDN) distributions.default GetDistributionsResponseLightsailClient. getDistributions(GetDistributionsRequest getDistributionsRequest)Returns information about one or more of your Amazon Lightsail content delivery network (CDN) distributions.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetDistributionsResponse Modifier and Type Method Description default CompletableFuture<GetDistributionsResponse>LightsailAsyncClient. getDistributions(Consumer<GetDistributionsRequest.Builder> getDistributionsRequest)Returns information about one or more of your Amazon Lightsail content delivery network (CDN) distributions.default CompletableFuture<GetDistributionsResponse>LightsailAsyncClient. getDistributions(GetDistributionsRequest getDistributionsRequest)Returns information about one or more of your Amazon Lightsail content delivery network (CDN) distributions.
-