| Package | Description |
|---|---|
| software.amazon.awssdk.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
static LFResourceType |
LFResourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LFResourceType |
LFTagPolicyDetails.resourceType()
The resource type for which the LF-tag policy applies.
|
static LFResourceType |
LFResourceType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<LFResourceType> |
LFResourceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
LFTagPolicyDetails.Builder |
LFTagPolicyDetails.Builder.resourceType(LFResourceType resourceType)
The resource type for which the LF-tag policy applies.
|
Copyright © 2023. All rights reserved.