Uses of Interface
software.amazon.awssdk.services.lightsail.model.CacheBehaviorPerPath.Builder
-
Packages that use CacheBehaviorPerPath.Builder Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of CacheBehaviorPerPath.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return CacheBehaviorPerPath.Builder Modifier and Type Method Description CacheBehaviorPerPath.BuilderCacheBehaviorPerPath.Builder. behavior(String behavior)The cache behavior for the specified path.CacheBehaviorPerPath.BuilderCacheBehaviorPerPath.Builder. behavior(BehaviorEnum behavior)The cache behavior for the specified path.static CacheBehaviorPerPath.BuilderCacheBehaviorPerPath. builder()CacheBehaviorPerPath.BuilderCacheBehaviorPerPath.Builder. path(String path)The path to a directory or file to cached, or not cache.CacheBehaviorPerPath.BuilderCacheBehaviorPerPath. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type CacheBehaviorPerPath.Builder Modifier and Type Method Description static Class<? extends CacheBehaviorPerPath.Builder>CacheBehaviorPerPath. serializableBuilderClass()
-