| Package | Description |
|---|---|
| com.amazonaws.services.ssmsap.model |
| Modifier and Type | Method and Description |
|---|---|
Component |
Component.clone() |
Component |
GetComponentResult.getComponent()
The component of an application registered with AWS Systems Manager for SAP.
|
Component |
Component.withApplicationId(String applicationId)
The ID of the application.
|
Component |
Component.withComponentId(String componentId)
The ID of the component.
|
Component |
Component.withComponentType(ComponentType componentType)
The type of the component.
|
Component |
Component.withComponentType(String componentType)
The type of the component.
|
Component |
Component.withDatabases(Collection<String> databases)
The SAP HANA databases of the component.
|
Component |
Component.withDatabases(String... databases)
The SAP HANA databases of the component.
|
Component |
Component.withHosts(Collection<Host> hosts)
The hosts of the component.
|
Component |
Component.withHosts(Host... hosts)
The hosts of the component.
|
Component |
Component.withLastUpdated(Date lastUpdated)
The time at which the component was last updated.
|
Component |
Component.withPrimaryHost(String primaryHost)
The primary host of the component.
|
Component |
Component.withStatus(ComponentStatus status)
The status of the component.
|
Component |
Component.withStatus(String status)
The status of the component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetComponentResult.setComponent(Component component)
The component of an application registered with AWS Systems Manager for SAP.
|
GetComponentResult |
GetComponentResult.withComponent(Component component)
The component of an application registered with AWS Systems Manager for SAP.
|
Copyright © 2023. All rights reserved.