Uses of Class
software.amazon.awssdk.services.mailmanager.model.Row
-
Packages that use Row Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of Row in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type Row Modifier and Type Method Description List<Row>GetArchiveSearchResultsResponse. rows()The list of email result objects matching the search criteria.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type Row Modifier and Type Method Description GetArchiveSearchResultsResponse.BuilderGetArchiveSearchResultsResponse.Builder. rows(Row... rows)The list of email result objects matching the search criteria.Method parameters in software.amazon.awssdk.services.mailmanager.model with type arguments of type Row Modifier and Type Method Description GetArchiveSearchResultsResponse.BuilderGetArchiveSearchResultsResponse.Builder. rows(Collection<Row> rows)The list of email result objects matching the search criteria.
-