Uses of Class
software.amazon.awssdk.services.glue.model.PermissionType
-
Packages that use PermissionType Package Description software.amazon.awssdk.services.glue.model -
-
Uses of PermissionType in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return PermissionType Modifier and Type Method Description static PermissionTypePermissionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PermissionTypePermissionType. valueOf(String name)Returns the enum constant of this type with the specified name.static PermissionType[]PermissionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type PermissionType Modifier and Type Method Description static Set<PermissionType>PermissionType. knownValues()List<PermissionType>GetUnfilteredPartitionMetadataRequest. supportedPermissionTypes()(Required) A list of supported permission types.List<PermissionType>GetUnfilteredPartitionsMetadataRequest. supportedPermissionTypes()A list of supported permission types.List<PermissionType>GetUnfilteredTableMetadataRequest. supportedPermissionTypes()Indicates the level of filtering a third-party analytical engine is capable of enforcing when calling theGetUnfilteredTableMetadataAPI operation.Methods in software.amazon.awssdk.services.glue.model with parameters of type PermissionType Modifier and Type Method Description GetUnfilteredPartitionMetadataRequest.BuilderGetUnfilteredPartitionMetadataRequest.Builder. supportedPermissionTypes(PermissionType... supportedPermissionTypes)(Required) A list of supported permission types.GetUnfilteredPartitionsMetadataRequest.BuilderGetUnfilteredPartitionsMetadataRequest.Builder. supportedPermissionTypes(PermissionType... supportedPermissionTypes)A list of supported permission types.GetUnfilteredTableMetadataRequest.BuilderGetUnfilteredTableMetadataRequest.Builder. supportedPermissionTypes(PermissionType... supportedPermissionTypes)Indicates the level of filtering a third-party analytical engine is capable of enforcing when calling theGetUnfilteredTableMetadataAPI operation.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type PermissionType Modifier and Type Method Description GetUnfilteredPartitionMetadataRequest.BuilderGetUnfilteredPartitionMetadataRequest.Builder. supportedPermissionTypes(Collection<PermissionType> supportedPermissionTypes)(Required) A list of supported permission types.GetUnfilteredPartitionsMetadataRequest.BuilderGetUnfilteredPartitionsMetadataRequest.Builder. supportedPermissionTypes(Collection<PermissionType> supportedPermissionTypes)A list of supported permission types.GetUnfilteredTableMetadataRequest.BuilderGetUnfilteredTableMetadataRequest.Builder. supportedPermissionTypes(Collection<PermissionType> supportedPermissionTypes)Indicates the level of filtering a third-party analytical engine is capable of enforcing when calling theGetUnfilteredTableMetadataAPI operation.
-