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