Uses of Class
software.amazon.awssdk.services.glacier.model.Grant
-
Packages that use Grant Package Description software.amazon.awssdk.services.glacier.model -
-
Uses of Grant in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return types with arguments of type Grant Modifier and Type Method Description List<Grant>S3Location. accessControlList()A list of grants that control access to the staged results.Methods in software.amazon.awssdk.services.glacier.model with parameters of type Grant Modifier and Type Method Description S3Location.BuilderS3Location.Builder. accessControlList(Grant... accessControlList)A list of grants that control access to the staged results.Method parameters in software.amazon.awssdk.services.glacier.model with type arguments of type Grant Modifier and Type Method Description S3Location.BuilderS3Location.Builder. accessControlList(Collection<Grant> accessControlList)A list of grants that control access to the staged results.
-