| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
List<LFTagError> |
AddLfTagsToResourceResponse.failures()
A list of failures to tag the resource.
|
List<LFTagError> |
RemoveLfTagsFromResourceResponse.failures()
A list of failures to untag a resource.
|
| Modifier and Type | Method and Description |
|---|---|
AddLfTagsToResourceResponse.Builder |
AddLfTagsToResourceResponse.Builder.failures(LFTagError... failures)
A list of failures to tag the resource.
|
RemoveLfTagsFromResourceResponse.Builder |
RemoveLfTagsFromResourceResponse.Builder.failures(LFTagError... failures)
A list of failures to untag a resource.
|
| Modifier and Type | Method and Description |
|---|---|
AddLfTagsToResourceResponse.Builder |
AddLfTagsToResourceResponse.Builder.failures(Collection<LFTagError> failures)
A list of failures to tag the resource.
|
RemoveLfTagsFromResourceResponse.Builder |
RemoveLfTagsFromResourceResponse.Builder.failures(Collection<LFTagError> failures)
A list of failures to untag a resource.
|
Copyright © 2022. All rights reserved.