Uses of Interface
software.amazon.awssdk.services.s3control.model.Grantee.Builder
-
Packages that use Grantee.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of Grantee.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return Grantee.Builder Modifier and Type Method Description static Grantee.BuilderGrantee. builder()Grantee.BuilderGrantee.Builder. granteeIdentifier(String granteeIdentifier)The unique identifier of theGrantee.Grantee.BuilderGrantee.Builder. granteeType(String granteeType)The type of the grantee to which access has been granted.Grantee.BuilderGrantee.Builder. granteeType(GranteeType granteeType)The type of the grantee to which access has been granted.Grantee.BuilderGrantee. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type Grantee.Builder Modifier and Type Method Description static Class<? extends Grantee.Builder>Grantee. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type Grantee.Builder Modifier and Type Method Description default CreateAccessGrantRequest.BuilderCreateAccessGrantRequest.Builder. grantee(Consumer<Grantee.Builder> grantee)The user, group, or role to which you are granting access.default CreateAccessGrantResponse.BuilderCreateAccessGrantResponse.Builder. grantee(Consumer<Grantee.Builder> grantee)The user, group, or role to which you are granting access.default GetAccessGrantResponse.BuilderGetAccessGrantResponse.Builder. grantee(Consumer<Grantee.Builder> grantee)The user, group, or role to which you are granting access.default ListAccessGrantEntry.BuilderListAccessGrantEntry.Builder. grantee(Consumer<Grantee.Builder> grantee)The user, group, or role to which you are granting access.
-