| Package | Description |
|---|---|
| com.amazonaws.services.ssmsap.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentSummary |
ComponentSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ComponentSummary |
ComponentSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
ComponentSummary |
ComponentSummary.clone() |
ComponentSummary |
ComponentSummary.withApplicationId(String applicationId)
The ID of the application.
|
ComponentSummary |
ComponentSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the component summary.
|
ComponentSummary |
ComponentSummary.withComponentId(String componentId)
The ID of the component.
|
ComponentSummary |
ComponentSummary.withComponentType(ComponentType componentType)
The type of the component.
|
ComponentSummary |
ComponentSummary.withComponentType(String componentType)
The type of the component.
|
ComponentSummary |
ComponentSummary.withTags(Map<String,String> tags)
The tags of the component.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentSummary> |
ListComponentsResult.getComponents()
List of components registered with AWS System Manager for SAP.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResult |
ListComponentsResult.withComponents(ComponentSummary... components)
List of components registered with AWS System Manager for SAP.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListComponentsResult.setComponents(Collection<ComponentSummary> components)
List of components registered with AWS System Manager for SAP.
|
ListComponentsResult |
ListComponentsResult.withComponents(Collection<ComponentSummary> components)
List of components registered with AWS System Manager for SAP.
|
Copyright © 2024. All rights reserved.