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