| Package | Description |
|---|---|
| com.amazonaws.services.ssmsap.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSummary |
ApplicationSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ApplicationSummary |
ApplicationSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
ApplicationSummary |
ApplicationSummary.clone() |
ApplicationSummary |
ApplicationSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the application.
|
ApplicationSummary |
ApplicationSummary.withDiscoveryStatus(ApplicationDiscoveryStatus discoveryStatus)
The status of the latest discovery.
|
ApplicationSummary |
ApplicationSummary.withDiscoveryStatus(String discoveryStatus)
The status of the latest discovery.
|
ApplicationSummary |
ApplicationSummary.withId(String id)
The ID of the application.
|
ApplicationSummary |
ApplicationSummary.withTags(Map<String,String> tags)
The tags on the application.
|
ApplicationSummary |
ApplicationSummary.withType(ApplicationType type)
The type of the application.
|
ApplicationSummary |
ApplicationSummary.withType(String type)
The type of the application.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationSummary> |
ListApplicationsResult.getApplications()
The applications registered with AWS Systems Manager for SAP.
|
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsResult |
ListApplicationsResult.withApplications(ApplicationSummary... applications)
The applications registered with AWS Systems Manager for SAP.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationsResult.setApplications(Collection<ApplicationSummary> applications)
The applications registered with AWS Systems Manager for SAP.
|
ListApplicationsResult |
ListApplicationsResult.withApplications(Collection<ApplicationSummary> applications)
The applications registered with AWS Systems Manager for SAP.
|
Copyright © 2024. All rights reserved.