| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
LFTagError |
LFTagError.clone() |
LFTagError |
LFTagError.withError(ErrorDetail error)
An error that occurred with the attachment or detachment of the LF-tag.
|
LFTagError |
LFTagError.withLFTag(LFTagPair lFTag)
The key-name of the LF-tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<LFTagError> |
AddLFTagsToResourceResult.getFailures()
A list of failures to tag the resource.
|
List<LFTagError> |
RemoveLFTagsFromResourceResult.getFailures()
A list of failures to untag a resource.
|
| Modifier and Type | Method and Description |
|---|---|
AddLFTagsToResourceResult |
AddLFTagsToResourceResult.withFailures(LFTagError... failures)
A list of failures to tag the resource.
|
RemoveLFTagsFromResourceResult |
RemoveLFTagsFromResourceResult.withFailures(LFTagError... failures)
A list of failures to untag a resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddLFTagsToResourceResult.setFailures(Collection<LFTagError> failures)
A list of failures to tag the resource.
|
void |
RemoveLFTagsFromResourceResult.setFailures(Collection<LFTagError> failures)
A list of failures to untag a resource.
|
AddLFTagsToResourceResult |
AddLFTagsToResourceResult.withFailures(Collection<LFTagError> failures)
A list of failures to tag the resource.
|
RemoveLFTagsFromResourceResult |
RemoveLFTagsFromResourceResult.withFailures(Collection<LFTagError> failures)
A list of failures to untag a resource.
|
Copyright © 2023. All rights reserved.