| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| Modifier and Type | Method and Description |
|---|---|
default AddTagsToResourceResponse |
SsmClient.addTagsToResource(AddTagsToResourceRequest addTagsToResourceRequest)
Adds or overwrites one or more tags for the specified resource.
|
default AddTagsToResourceResponse |
SsmClient.addTagsToResource(Consumer<AddTagsToResourceRequest.Builder> addTagsToResourceRequest)
Adds or overwrites one or more tags for the specified resource.
|
default ListComplianceItemsResponse |
SsmClient.listComplianceItems(Consumer<ListComplianceItemsRequest.Builder> listComplianceItemsRequest)
For a specified resource ID, this API operation returns a list of compliance statuses for different resource
types.
|
default ListComplianceItemsResponse |
SsmClient.listComplianceItems(ListComplianceItemsRequest listComplianceItemsRequest)
For a specified resource ID, this API operation returns a list of compliance statuses for different resource
types.
|
default ListComplianceItemsIterable |
SsmClient.listComplianceItemsPaginator(Consumer<ListComplianceItemsRequest.Builder> listComplianceItemsRequest)
For a specified resource ID, this API operation returns a list of compliance statuses for different resource
types.
|
default ListComplianceItemsIterable |
SsmClient.listComplianceItemsPaginator(ListComplianceItemsRequest listComplianceItemsRequest)
For a specified resource ID, this API operation returns a list of compliance statuses for different resource
types.
|
default ListTagsForResourceResponse |
SsmClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of the tags assigned to the specified resource.
|
default ListTagsForResourceResponse |
SsmClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of the tags assigned to the specified resource.
|
default PutComplianceItemsResponse |
SsmClient.putComplianceItems(Consumer<PutComplianceItemsRequest.Builder> putComplianceItemsRequest)
Registers a compliance type and other compliance details on a designated resource.
|
default PutComplianceItemsResponse |
SsmClient.putComplianceItems(PutComplianceItemsRequest putComplianceItemsRequest)
Registers a compliance type and other compliance details on a designated resource.
|
default RemoveTagsFromResourceResponse |
SsmClient.removeTagsFromResource(Consumer<RemoveTagsFromResourceRequest.Builder> removeTagsFromResourceRequest)
Removes tag keys from the specified resource.
|
default RemoveTagsFromResourceResponse |
SsmClient.removeTagsFromResource(RemoveTagsFromResourceRequest removeTagsFromResourceRequest)
Removes tag keys from the specified resource.
|
Copyright © 2022. All rights reserved.