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