| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AWSCodeCommitClient.listTagsForResource(ListTagsForResourceRequest request)
Gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS CodeCommit.
|
ListTagsForResourceResult |
AbstractAWSCodeCommit.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AWSCodeCommit.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS CodeCommit.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AbstractAWSCodeCommitAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSCodeCommitAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSCodeCommitAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS CodeCommit.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListTagsForResourceResult |
ListTagsForResourceResult.clearTagsEntries()
Removes all the entries added into Tags.
|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withNextToken(String nextToken)
An enumeration token that allows the operation to batch the next results of the operation.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Map<String,String> tags)
A list of tag key and value pairs associated with the specified resource.
|
Copyright © 2023. All rights reserved.