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.Builder
CachePolicyInUseException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)
static CachePolicyInUseException.Builder
CachePolicyInUseException. builder()
CachePolicyInUseException.Builder
CachePolicyInUseException.Builder. cause(Throwable cause)
CachePolicyInUseException.Builder
CachePolicyInUseException.Builder. message(String message)
CachePolicyInUseException.Builder
CachePolicyInUseException.Builder. requestId(String requestId)
CachePolicyInUseException.Builder
CachePolicyInUseException.Builder. statusCode(int statusCode)
CachePolicyInUseException.Builder
CachePolicyInUseException. toBuilder()
CachePolicyInUseException.Builder
CachePolicyInUseException.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()
-