Uses of Enum
software.amazon.awssdk.services.s3.model.BucketLogsPermission
Packages that use BucketLogsPermission
-
Uses of BucketLogsPermission in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return BucketLogsPermissionModifier and TypeMethodDescriptionstatic BucketLogsPermissionUse this in place of valueOf to convert the raw string returned by the service into the enum value.final BucketLogsPermissionTargetGrant.permission()Logging permissions assigned to the grantee for the bucket.static BucketLogsPermissionReturns the enum constant of this type with the specified name.static BucketLogsPermission[]BucketLogsPermission.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type BucketLogsPermissionModifier and TypeMethodDescriptionstatic Set<BucketLogsPermission>BucketLogsPermission.knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type BucketLogsPermissionModifier and TypeMethodDescriptionTargetGrant.Builder.permission(BucketLogsPermission permission) Logging permissions assigned to the grantee for the bucket.