Uses of Class
software.amazon.awssdk.services.s3.model.Grant
-
Packages that use Grant Package Description software.amazon.awssdk.services.s3.model -
-
Uses of Grant in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.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.List<Grant>AccessControlPolicy. grants()A list of grants.List<Grant>GetBucketAclResponse. grants()A list of grants.List<Grant>GetObjectAclResponse. grants()A list of grants.Methods in software.amazon.awssdk.services.s3.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.AccessControlPolicy.BuilderAccessControlPolicy.Builder. grants(Grant... grants)A list of grants.GetBucketAclResponse.BuilderGetBucketAclResponse.Builder. grants(Grant... grants)A list of grants.GetObjectAclResponse.BuilderGetObjectAclResponse.Builder. grants(Grant... grants)A list of grants.Method parameters in software.amazon.awssdk.services.s3.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.AccessControlPolicy.BuilderAccessControlPolicy.Builder. grants(Collection<Grant> grants)A list of grants.GetBucketAclResponse.BuilderGetBucketAclResponse.Builder. grants(Collection<Grant> grants)A list of grants.GetObjectAclResponse.BuilderGetObjectAclResponse.Builder. grants(Collection<Grant> grants)A list of grants.
-