Uses of Class
software.amazon.awssdk.services.dataexchange.model.TableTagPolicyLFPermission
-
Packages that use TableTagPolicyLFPermission Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of TableTagPolicyLFPermission in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return TableTagPolicyLFPermission Modifier and Type Method Description static TableTagPolicyLFPermissionTableTagPolicyLFPermission. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TableTagPolicyLFPermissionTableTagPolicyLFPermission. valueOf(String name)Returns the enum constant of this type with the specified name.static TableTagPolicyLFPermission[]TableTagPolicyLFPermission. 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 TableTagPolicyLFPermission Modifier and Type Method Description static Set<TableTagPolicyLFPermission>TableTagPolicyLFPermission. knownValues()List<TableTagPolicyLFPermission>TableLFTagPolicyAndPermissions. permissions()The permissions granted to subscribers on table resources.Methods in software.amazon.awssdk.services.dataexchange.model with parameters of type TableTagPolicyLFPermission Modifier and Type Method Description TableLFTagPolicyAndPermissions.BuilderTableLFTagPolicyAndPermissions.Builder. permissions(TableTagPolicyLFPermission... permissions)The permissions granted to subscribers on table resources.Method parameters in software.amazon.awssdk.services.dataexchange.model with type arguments of type TableTagPolicyLFPermission Modifier and Type Method Description TableLFTagPolicyAndPermissions.BuilderTableLFTagPolicyAndPermissions.Builder. permissions(Collection<TableTagPolicyLFPermission> permissions)The permissions granted to subscribers on table resources.
-