| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder |
EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the creation,
management, and deployment of customized, secure, and up-to-date "golden" server images that are pre-installed and
pre-configured with software and settings to meet specific IT standards.
|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AWSimagebuilderClient.listTagsForResource(ListTagsForResourceRequest request)
Returns the list of tags for the specified resource.
|
ListTagsForResourceResult |
AWSimagebuilder.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns the list of tags for the specified resource.
|
ListTagsForResourceResult |
AbstractAWSimagebuilder.listTagsForResource(ListTagsForResourceRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AWSimagebuilderAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSimagebuilderAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns the list of tags for the specified resource.
|
Future<ListTagsForResourceResult> |
AbstractAWSimagebuilderAsync.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)
The tags for the specified resource.
|
Copyright © 2024. All rights reserved.