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