| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| software.amazon.awssdk.services.ssm.transform |
| Modifier and Type | Method and Description |
|---|---|
default RemoveTagsFromResourceResponse |
SSMClient.removeTagsFromResource(Consumer<RemoveTagsFromResourceRequest.Builder> removeTagsFromResourceRequest)
Removes all tags from the specified resource.
|
default RemoveTagsFromResourceResponse |
SSMClient.removeTagsFromResource(RemoveTagsFromResourceRequest removeTagsFromResourceRequest)
Removes all tags from the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RemoveTagsFromResourceResponse> |
SSMAsyncClient.removeTagsFromResource(Consumer<RemoveTagsFromResourceRequest.Builder> removeTagsFromResourceRequest)
Removes all tags from the specified resource.
|
default CompletableFuture<RemoveTagsFromResourceResponse> |
SSMAsyncClient.removeTagsFromResource(RemoveTagsFromResourceRequest removeTagsFromResourceRequest)
Removes all tags from the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsFromResourceResponse |
RemoveTagsFromResourceResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2017. All rights reserved.