Uses of Class
software.amazon.awssdk.services.workdocs.model.ShareResult
-
Packages that use ShareResult Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of ShareResult in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type ShareResult Modifier and Type Method Description List<ShareResult>AddResourcePermissionsResponse. shareResults()The share results.Methods in software.amazon.awssdk.services.workdocs.model with parameters of type ShareResult Modifier and Type Method Description AddResourcePermissionsResponse.BuilderAddResourcePermissionsResponse.Builder. shareResults(ShareResult... shareResults)The share results.Method parameters in software.amazon.awssdk.services.workdocs.model with type arguments of type ShareResult Modifier and Type Method Description AddResourcePermissionsResponse.BuilderAddResourcePermissionsResponse.Builder. shareResults(Collection<ShareResult> shareResults)The share results.
-