Uses of Interface
software.amazon.awssdk.services.s3.model.Grant.Builder
-
Packages that use Grant.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of Grant.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return Grant.Builder Modifier and Type Method Description static Grant.BuilderGrant. builder()default Grant.BuilderGrant.Builder. grantee(Consumer<Grantee.Builder> grantee)The person being granted permissions.Grant.BuilderGrant.Builder. grantee(Grantee grantee)The person being granted permissions.Grant.BuilderGrant.Builder. permission(String permission)Specifies the permission given to the grantee.Grant.BuilderGrant.Builder. permission(Permission permission)Specifies the permission given to the grantee.Grant.BuilderGrant. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type Grant.Builder Modifier and Type Method Description static Class<? extends Grant.Builder>Grant. serializableBuilderClass()
-