Uses of Interface
software.amazon.awssdk.services.s3.model.Grantee.Builder
-
Packages that use Grantee.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of Grantee.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return Grantee.Builder Modifier and Type Method Description static Grantee.BuilderGrantee. builder()Grantee.BuilderGrantee.Builder. displayName(String displayName)Screen name of the grantee.Grantee.BuilderGrantee.Builder. emailAddress(String emailAddress)Email address of the grantee.Grantee.BuilderGrantee.Builder. id(String id)The canonical user ID of the grantee.Grantee.BuilderGrantee. toBuilder()Grantee.BuilderGrantee.Builder. type(String type)Type of granteeGrantee.BuilderGrantee.Builder. type(Type type)Type of granteeGrantee.BuilderGrantee.Builder. uri(String uri)URI of the grantee group.Methods in software.amazon.awssdk.services.s3.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.s3.model with type arguments of type Grantee.Builder Modifier and Type Method Description default 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.
-