Uses of Class
software.amazon.awssdk.services.s3control.model.Grantee
-
Packages that use Grantee Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of Grantee in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return Grantee Modifier and Type Method Description GranteeCreateAccessGrantRequest. grantee()The user, group, or role to which you are granting access.GranteeCreateAccessGrantResponse. grantee()The user, group, or role to which you are granting access.GranteeGetAccessGrantResponse. grantee()The user, group, or role to which you are granting access.GranteeListAccessGrantEntry. grantee()The user, group, or role to which you are granting access.Methods in software.amazon.awssdk.services.s3control.model with parameters of type Grantee Modifier and Type Method Description CreateAccessGrantRequest.BuilderCreateAccessGrantRequest.Builder. grantee(Grantee grantee)The user, group, or role to which you are granting access.CreateAccessGrantResponse.BuilderCreateAccessGrantResponse.Builder. grantee(Grantee grantee)The user, group, or role to which you are granting access.GetAccessGrantResponse.BuilderGetAccessGrantResponse.Builder. grantee(Grantee grantee)The user, group, or role to which you are granting access.ListAccessGrantEntry.BuilderListAccessGrantEntry.Builder. grantee(Grantee grantee)The user, group, or role to which you are granting access.
-