Uses of Class
software.amazon.awssdk.services.s3.model.Grant
Packages that use Grant
-
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 GrantModifier and TypeMethodDescriptionS3Location.accessControlList()A list of grants that control access to the staged results.AccessControlPolicy.grants()A list of grants.GetBucketAclResponse.grants()A list of grants.GetObjectAclResponse.grants()A list of grants.Methods in software.amazon.awssdk.services.s3.model with parameters of type GrantModifier and TypeMethodDescriptionS3Location.Builder.accessControlList(Grant... accessControlList) A list of grants that control access to the staged results.A list of grants.A list of grants.A list of grants.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type GrantModifier and TypeMethodDescriptionS3Location.Builder.accessControlList(Collection<Grant> accessControlList) A list of grants that control access to the staged results.AccessControlPolicy.Builder.grants(Collection<Grant> grants) A list of grants.GetBucketAclResponse.Builder.grants(Collection<Grant> grants) A list of grants.GetObjectAclResponse.Builder.grants(Collection<Grant> grants) A list of grants.