Uses of Enum
software.amazon.awssdk.services.s3.model.Permission
Packages that use Permission
-
Uses of Permission in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return PermissionModifier and TypeMethodDescriptionstatic PermissionUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PermissionGrant.permission()Specifies the permission given to the grantee.static PermissionReturns the enum constant of this type with the specified name.static Permission[]Permission.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 PermissionMethods in software.amazon.awssdk.services.s3.model with parameters of type PermissionModifier and TypeMethodDescriptionGrant.Builder.permission(Permission permission) Specifies the permission given to the grantee.