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