Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.AclGrantee
-
Packages that use AclGrantee Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of AclGrantee in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return AclGrantee Modifier and Type Method Description static AclGranteeAclGrantee. fromId(String id)Create an instance of this class withid()initialized to the given value.static AclGranteeAclGrantee. fromUri(String uri)Create an instance of this class withuri()initialized to the given value.AclGranteeS3BucketAclGrantConfiguration. grantee()The grantee to whom you’re assigning access rights.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type AclGrantee Modifier and Type Method Description S3BucketAclGrantConfiguration.BuilderS3BucketAclGrantConfiguration.Builder. grantee(AclGrantee grantee)The grantee to whom you’re assigning access rights.
-