| 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 CreateOpsMetadataResponse |
SsmClient.createOpsMetadata(Consumer<CreateOpsMetadataRequest.Builder> createOpsMetadataRequest)
If you create a new application in Application Manager, Amazon Web Services Systems Manager calls this API
operation to specify information about the new application, including the application type.
|
default CreateOpsMetadataResponse |
SsmClient.createOpsMetadata(CreateOpsMetadataRequest createOpsMetadataRequest)
If you create a new application in Application Manager, Amazon Web Services Systems Manager calls this API
operation to specify information about the new application, including the application type.
|
default DeleteOpsMetadataResponse |
SsmClient.deleteOpsMetadata(Consumer<DeleteOpsMetadataRequest.Builder> deleteOpsMetadataRequest)
Delete OpsMetadata related to an application.
|
default DeleteOpsMetadataResponse |
SsmClient.deleteOpsMetadata(DeleteOpsMetadataRequest deleteOpsMetadataRequest)
Delete OpsMetadata related to an application.
|
default GetOpsMetadataResponse |
SsmClient.getOpsMetadata(Consumer<GetOpsMetadataRequest.Builder> getOpsMetadataRequest)
View operational metadata related to an application in Application Manager.
|
default GetOpsMetadataResponse |
SsmClient.getOpsMetadata(GetOpsMetadataRequest getOpsMetadataRequest)
View operational metadata related to an application in Application Manager.
|
default ListOpsMetadataResponse |
SsmClient.listOpsMetadata(Consumer<ListOpsMetadataRequest.Builder> listOpsMetadataRequest)
Amazon Web Services Systems Manager calls this API operation when displaying all Application Manager OpsMetadata
objects or blobs.
|
default ListOpsMetadataResponse |
SsmClient.listOpsMetadata(ListOpsMetadataRequest listOpsMetadataRequest)
Amazon Web Services Systems Manager calls this API operation when displaying all Application Manager OpsMetadata
objects or blobs.
|
default ListOpsMetadataIterable |
SsmClient.listOpsMetadataPaginator(Consumer<ListOpsMetadataRequest.Builder> listOpsMetadataRequest)
Amazon Web Services Systems Manager calls this API operation when displaying all Application Manager OpsMetadata
objects or blobs.
|
default ListOpsMetadataIterable |
SsmClient.listOpsMetadataPaginator(ListOpsMetadataRequest listOpsMetadataRequest)
Amazon Web Services Systems Manager calls this API operation when displaying all Application Manager OpsMetadata
objects or blobs.
|
default UpdateOpsMetadataResponse |
SsmClient.updateOpsMetadata(Consumer<UpdateOpsMetadataRequest.Builder> updateOpsMetadataRequest)
Amazon Web Services Systems Manager calls this API operation when you edit OpsMetadata in Application Manager.
|
default UpdateOpsMetadataResponse |
SsmClient.updateOpsMetadata(UpdateOpsMetadataRequest updateOpsMetadataRequest)
Amazon Web Services Systems Manager calls this API operation when you edit OpsMetadata in Application Manager.
|
Copyright © 2022. All rights reserved.