| Package | Description |
|---|---|
| com.amazonaws.services.bedrock |
Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models.
|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AmazonBedrockClient.listTagsForResource(ListTagsForResourceRequest request)
List the tags associated with the specified resource.
|
ListTagsForResourceResult |
AbstractAmazonBedrock.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AmazonBedrock.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List the tags associated with the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AmazonBedrockAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AbstractAmazonBedrockAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AmazonBedrockAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
List the tags associated with the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
An array of the tags associated with this resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
An array of the tags associated with this resource.
|
Copyright © 2024. All rights reserved.