Uses of Class
software.amazon.awssdk.services.lightsail.model.GetDistributionBundlesResponse
-
Packages that use GetDistributionBundlesResponse 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 GetDistributionBundlesResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetDistributionBundlesResponse Modifier and Type Method Description default GetDistributionBundlesResponseLightsailClient. getDistributionBundles(Consumer<GetDistributionBundlesRequest.Builder> getDistributionBundlesRequest)Returns the bundles that can be applied to your Amazon Lightsail content delivery network (CDN) distributions.default GetDistributionBundlesResponseLightsailClient. getDistributionBundles(GetDistributionBundlesRequest getDistributionBundlesRequest)Returns the bundles that can be applied to your Amazon Lightsail content delivery network (CDN) distributions.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetDistributionBundlesResponse Modifier and Type Method Description default CompletableFuture<GetDistributionBundlesResponse>LightsailAsyncClient. getDistributionBundles(Consumer<GetDistributionBundlesRequest.Builder> getDistributionBundlesRequest)Returns the bundles that can be applied to your Amazon Lightsail content delivery network (CDN) distributions.default CompletableFuture<GetDistributionBundlesResponse>LightsailAsyncClient. getDistributionBundles(GetDistributionBundlesRequest getDistributionBundlesRequest)Returns the bundles that can be applied to your Amazon Lightsail content delivery network (CDN) distributions.
-