Uses of Class
software.amazon.awssdk.services.dataexchange.model.LFPermission
-
Packages that use LFPermission Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of LFPermission in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return LFPermission Modifier and Type Method Description static LFPermissionLFPermission. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static LFPermissionLFPermission. valueOf(String name)Returns the enum constant of this type with the specified name.static LFPermission[]LFPermission. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.dataexchange.model that return types with arguments of type LFPermission Modifier and Type Method Description static Set<LFPermission>LFPermission. knownValues()List<LFPermission>LakeFormationDataPermissionAsset. permissions()The permissions granted to the subscribers on the resource.Methods in software.amazon.awssdk.services.dataexchange.model with parameters of type LFPermission Modifier and Type Method Description LakeFormationDataPermissionAsset.BuilderLakeFormationDataPermissionAsset.Builder. permissions(LFPermission... permissions)The permissions granted to the subscribers on the resource.Method parameters in software.amazon.awssdk.services.dataexchange.model with type arguments of type LFPermission Modifier and Type Method Description LakeFormationDataPermissionAsset.BuilderLakeFormationDataPermissionAsset.Builder. permissions(Collection<LFPermission> permissions)The permissions granted to the subscribers on the resource.
-