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