Uses of Interface
software.amazon.awssdk.services.cloudsearchdomain.model.DocumentServiceWarning.Builder
-
Packages that use DocumentServiceWarning.Builder Package Description software.amazon.awssdk.services.cloudsearchdomain.model -
-
Uses of DocumentServiceWarning.Builder in software.amazon.awssdk.services.cloudsearchdomain.model
Methods in software.amazon.awssdk.services.cloudsearchdomain.model that return DocumentServiceWarning.Builder Modifier and Type Method Description static DocumentServiceWarning.BuilderDocumentServiceWarning. builder()DocumentServiceWarning.BuilderDocumentServiceWarning.Builder. message(String message)The description for a warning returned by the document service.DocumentServiceWarning.BuilderDocumentServiceWarning. toBuilder()Methods in software.amazon.awssdk.services.cloudsearchdomain.model that return types with arguments of type DocumentServiceWarning.Builder Modifier and Type Method Description static Class<? extends DocumentServiceWarning.Builder>DocumentServiceWarning. serializableBuilderClass()
-