Uses of Class
software.amazon.awssdk.services.dataexchange.model.LFResourceType
-
Packages that use LFResourceType Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of LFResourceType in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return LFResourceType Modifier and Type Method Description static LFResourceTypeLFResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LFResourceTypeLFTagPolicyDetails. resourceType()The resource type for which the LF-tag policy applies.static LFResourceTypeLFResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static LFResourceType[]LFResourceType. 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 LFResourceType Modifier and Type Method Description static Set<LFResourceType>LFResourceType. knownValues()Methods in software.amazon.awssdk.services.dataexchange.model with parameters of type LFResourceType Modifier and Type Method Description LFTagPolicyDetails.BuilderLFTagPolicyDetails.Builder. resourceType(LFResourceType resourceType)The resource type for which the LF-tag policy applies.
-