Uses of Interface
software.amazon.awssdk.services.s3.model.TargetGrant.Builder
-
Packages that use TargetGrant.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of TargetGrant.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return TargetGrant.Builder Modifier and Type Method Description static TargetGrant.BuilderTargetGrant. builder()default TargetGrant.BuilderTargetGrant.Builder. grantee(Consumer<Grantee.Builder> grantee)Container for the person being granted permissions.TargetGrant.BuilderTargetGrant.Builder. grantee(Grantee grantee)Container for the person being granted permissions.TargetGrant.BuilderTargetGrant.Builder. permission(String permission)Logging permissions assigned to the grantee for the bucket.TargetGrant.BuilderTargetGrant.Builder. permission(BucketLogsPermission permission)Logging permissions assigned to the grantee for the bucket.TargetGrant.BuilderTargetGrant. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type TargetGrant.Builder Modifier and Type Method Description static Class<? extends TargetGrant.Builder>TargetGrant. serializableBuilderClass()
-