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