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