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