Uses of Interface
software.amazon.awssdk.services.s3.model.Grantee.Builder
Packages that use Grantee.Builder
-
Uses of Grantee.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return Grantee.BuilderModifier and TypeMethodDescriptionstatic Grantee.BuilderGrantee.builder()Grantee.Builder.displayName(String displayName) Grantee.Builder.emailAddress(String emailAddress) The canonical user ID of the grantee.Grantee.toBuilder()Type of granteeType of granteeURI of the grantee group.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type Grantee.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Grantee.Builder>Grantee.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type Grantee.BuilderModifier and TypeMethodDescriptiondefault Grant.BuilderGrant.Builder.grantee(Consumer<Grantee.Builder> grantee) The person being granted permissions.default TargetGrant.BuilderTargetGrant.Builder.grantee(Consumer<Grantee.Builder> grantee) Container for the person being granted permissions.