| 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.withArn(String arn)
The Amazon Resource Name (ARN) of the component.
|
Component |
Component.withAssociatedHost(AssociatedHost associatedHost)
The associated host of the component.
|
Component |
Component.withChildComponents(Collection<String> childComponents)
The child components of a highly available environment.
|
Component |
Component.withChildComponents(String... childComponents)
The child components of a highly available environment.
|
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.withDatabaseConnection(DatabaseConnection databaseConnection)
The connection specifications for the database 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.withHdbVersion(String hdbVersion)
The SAP HANA version of the component.
|
Component |
Component.withHosts(Collection<Host> hosts)
Deprecated.
|
Component |
Component.withHosts(Host... hosts)
Deprecated.
|
Component |
Component.withLastUpdated(Date lastUpdated)
The time at which the component was last updated.
|
Component |
Component.withParentComponent(String parentComponent)
The parent component of a highly available environment.
|
Component |
Component.withPrimaryHost(String primaryHost)
Deprecated.
|
Component |
Component.withResilience(Resilience resilience)
Details of the SAP HANA system replication for the component.
|
Component |
Component.withSapFeature(String sapFeature)
The SAP feature of the component.
|
Component |
Component.withSapHostname(String sapHostname)
The hostname of the component.
|
Component |
Component.withSapKernelVersion(String sapKernelVersion)
The kernel version of the component.
|
Component |
Component.withSid(String sid)
The SAP System Identifier of the application component.
|
Component |
Component.withStatus(ComponentStatus status)
The status of the component.
|
Component |
Component.withStatus(String status)
The status of the component.
|
Component |
Component.withSystemNumber(String systemNumber)
The SAP system number of the application 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 © 2024. All rights reserved.