| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation |
|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
CreateLFTagResult |
AbstractAWSLakeFormation.createLFTag(CreateLFTagRequest request) |
CreateLFTagResult |
AWSLakeFormation.createLFTag(CreateLFTagRequest createLFTagRequest)
Creates an LF-tag with the specified name and values.
|
CreateLFTagResult |
AWSLakeFormationClient.createLFTag(CreateLFTagRequest request)
Creates an LF-tag with the specified name and values.
|
Future<CreateLFTagResult> |
AbstractAWSLakeFormationAsync.createLFTagAsync(CreateLFTagRequest request) |
Future<CreateLFTagResult> |
AWSLakeFormationAsync.createLFTagAsync(CreateLFTagRequest createLFTagRequest)
Creates an LF-tag with the specified name and values.
|
Future<CreateLFTagResult> |
AWSLakeFormationAsyncClient.createLFTagAsync(CreateLFTagRequest request) |
Future<CreateLFTagResult> |
AbstractAWSLakeFormationAsync.createLFTagAsync(CreateLFTagRequest request,
AsyncHandler<CreateLFTagRequest,CreateLFTagResult> asyncHandler) |
Future<CreateLFTagResult> |
AWSLakeFormationAsync.createLFTagAsync(CreateLFTagRequest createLFTagRequest,
AsyncHandler<CreateLFTagRequest,CreateLFTagResult> asyncHandler)
Creates an LF-tag with the specified name and values.
|
Future<CreateLFTagResult> |
AWSLakeFormationAsyncClient.createLFTagAsync(CreateLFTagRequest request,
AsyncHandler<CreateLFTagRequest,CreateLFTagResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLFTagResult> |
AbstractAWSLakeFormationAsync.createLFTagAsync(CreateLFTagRequest request,
AsyncHandler<CreateLFTagRequest,CreateLFTagResult> asyncHandler) |
Future<CreateLFTagResult> |
AWSLakeFormationAsync.createLFTagAsync(CreateLFTagRequest createLFTagRequest,
AsyncHandler<CreateLFTagRequest,CreateLFTagResult> asyncHandler)
Creates an LF-tag with the specified name and values.
|
Future<CreateLFTagResult> |
AWSLakeFormationAsyncClient.createLFTagAsync(CreateLFTagRequest request,
AsyncHandler<CreateLFTagRequest,CreateLFTagResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateLFTagRequest |
CreateLFTagRequest.clone() |
CreateLFTagRequest |
CreateLFTagRequest.withCatalogId(String catalogId)
The identifier for the Data Catalog.
|
CreateLFTagRequest |
CreateLFTagRequest.withTagKey(String tagKey)
The key-name for the LF-tag.
|
CreateLFTagRequest |
CreateLFTagRequest.withTagValues(Collection<String> tagValues)
A list of possible values an attribute can take.
|
CreateLFTagRequest |
CreateLFTagRequest.withTagValues(String... tagValues)
A list of possible values an attribute can take.
|
Copyright © 2024. All rights reserved.