Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CachePolicyInUseException.Builder
-
Packages that use CachePolicyInUseException.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of CachePolicyInUseException.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CachePolicyInUseException.Builder Modifier and Type Method Description CachePolicyInUseException.BuilderCachePolicyInUseException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static CachePolicyInUseException.BuilderCachePolicyInUseException. builder()CachePolicyInUseException.BuilderCachePolicyInUseException.Builder. cause(Throwable cause)CachePolicyInUseException.BuilderCachePolicyInUseException.Builder. message(String message)CachePolicyInUseException.BuilderCachePolicyInUseException.Builder. requestId(String requestId)CachePolicyInUseException.BuilderCachePolicyInUseException.Builder. statusCode(int statusCode)CachePolicyInUseException.BuilderCachePolicyInUseException. toBuilder()CachePolicyInUseException.BuilderCachePolicyInUseException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CachePolicyInUseException.Builder Modifier and Type Method Description static Class<? extends CachePolicyInUseException.Builder>CachePolicyInUseException. serializableBuilderClass()
-