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