Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CloudFrontException.Builder
-
Packages that use CloudFrontException.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of CloudFrontException.Builder in software.amazon.awssdk.services.cloudfront.model
Classes in software.amazon.awssdk.services.cloudfront.model that implement CloudFrontException.Builder Modifier and Type Class Description protected static classCloudFrontException.BuilderImplMethods in software.amazon.awssdk.services.cloudfront.model that return CloudFrontException.Builder Modifier and Type Method Description CloudFrontException.BuilderCloudFrontException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static CloudFrontException.BuilderCloudFrontException. builder()CloudFrontException.BuilderCloudFrontException.Builder. cause(Throwable cause)CloudFrontException.BuilderCloudFrontException.Builder. message(String message)CloudFrontException.BuilderCloudFrontException.Builder. numAttempts(Integer numAttempts)CloudFrontException.BuilderCloudFrontException.Builder. requestId(String requestId)CloudFrontException.BuilderCloudFrontException.Builder. statusCode(int statusCode)CloudFrontException.BuilderCloudFrontException. toBuilder()CloudFrontException.BuilderCloudFrontException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CloudFrontException.Builder Modifier and Type Method Description static Class<? extends CloudFrontException.Builder>CloudFrontException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.cloudfront.model with parameters of type CloudFrontException.Builder Constructor Description CloudFrontException(CloudFrontException.Builder builder)
-