| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer |
This section provides documentation for the Amazon CodeGuru Reviewer API operations.
|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AbstractAmazonCodeGuruReviewer.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AmazonCodeGuruReviewerClient.listTagsForResource(ListTagsForResourceRequest request)
Returns the list of tags associated with an associated repository resource.
|
ListTagsForResourceResult |
AmazonCodeGuruReviewer.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns the list of tags associated with an associated repository resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AbstractAmazonCodeGuruReviewerAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AmazonCodeGuruReviewerAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns the list of tags associated with an associated repository resource.
|
Future<ListTagsForResourceResult> |
AmazonCodeGuruReviewerAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
| 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.withTags(Map<String,String> tags)
An array of key-value pairs used to tag an associated repository.
|
Copyright © 2022. All rights reserved.