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