| Package | Description |
|---|---|
| com.amazonaws.services.ssmsap.model |
| Modifier and Type | Method and Description |
|---|---|
Application |
Application.clone() |
Application |
RegisterApplicationResult.getApplication()
The application registered with AWS Systems Manager for SAP.
|
Application |
GetApplicationResult.getApplication()
Returns all of the metadata of an application registered with AWS Systems Manager for SAP.
|
Application |
Application.withAppRegistryArn(String appRegistryArn)
The Amazon Resource Name (ARN) of the Application Registry.
|
Application |
Application.withArn(String arn)
The Amazon Resource Name (ARN) of the application.
|
Application |
Application.withComponents(Collection<String> components)
The components of the application.
|
Application |
Application.withComponents(String... components)
The components of the application.
|
Application |
Application.withId(String id)
The ID of the application.
|
Application |
Application.withLastUpdated(Date lastUpdated)
The time at which the application was last updated.
|
Application |
Application.withStatus(ApplicationStatus status)
The status of the application.
|
Application |
Application.withStatus(String status)
The status of the application.
|
Application |
Application.withStatusMessage(String statusMessage)
The status message.
|
Application |
Application.withType(ApplicationType type)
The type of the application.
|
Application |
Application.withType(String type)
The type of the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegisterApplicationResult.setApplication(Application application)
The application registered with AWS Systems Manager for SAP.
|
void |
GetApplicationResult.setApplication(Application application)
Returns all of the metadata of an application registered with AWS Systems Manager for SAP.
|
RegisterApplicationResult |
RegisterApplicationResult.withApplication(Application application)
The application registered with AWS Systems Manager for SAP.
|
GetApplicationResult |
GetApplicationResult.withApplication(Application application)
Returns all of the metadata of an application registered with AWS Systems Manager for SAP.
|
Copyright © 2023. All rights reserved.