Uses of Class
software.amazon.awssdk.services.lightsail.model.ResetDistributionCacheResponse
-
Packages that use ResetDistributionCacheResponse 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 ResetDistributionCacheResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return ResetDistributionCacheResponse Modifier and Type Method Description default ResetDistributionCacheResponseLightsailClient. resetDistributionCache(Consumer<ResetDistributionCacheRequest.Builder> resetDistributionCacheRequest)Deletes currently cached content from your Amazon Lightsail content delivery network (CDN) distribution.default ResetDistributionCacheResponseLightsailClient. resetDistributionCache(ResetDistributionCacheRequest resetDistributionCacheRequest)Deletes currently cached content from your Amazon Lightsail content delivery network (CDN) distribution.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type ResetDistributionCacheResponse Modifier and Type Method Description default CompletableFuture<ResetDistributionCacheResponse>LightsailAsyncClient. resetDistributionCache(Consumer<ResetDistributionCacheRequest.Builder> resetDistributionCacheRequest)Deletes currently cached content from your Amazon Lightsail content delivery network (CDN) distribution.default CompletableFuture<ResetDistributionCacheResponse>LightsailAsyncClient. resetDistributionCache(ResetDistributionCacheRequest resetDistributionCacheRequest)Deletes currently cached content from your Amazon Lightsail content delivery network (CDN) distribution.
-