| Package | Description |
|---|---|
| com.amazonaws.services.ssmsap |
This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS
Systems Manager for SAP.
|
| com.amazonaws.services.ssmsap.model |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsResult |
AWSSsmSapClient.listApplications(ListApplicationsRequest request)
Lists all the applications registered with AWS Systems Manager for SAP.
|
ListApplicationsResult |
AWSSsmSap.listApplications(ListApplicationsRequest listApplicationsRequest)
Lists all the applications registered with AWS Systems Manager for SAP.
|
ListApplicationsResult |
AbstractAWSSsmSap.listApplications(ListApplicationsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListApplicationsResult> |
AWSSsmSapAsyncClient.listApplicationsAsync(ListApplicationsRequest request,
AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler) |
Future<ListApplicationsResult> |
AbstractAWSSsmSapAsync.listApplicationsAsync(ListApplicationsRequest request,
AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler) |
Future<ListApplicationsResult> |
AWSSsmSapAsync.listApplicationsAsync(ListApplicationsRequest listApplicationsRequest,
AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler)
Lists all the applications registered with AWS Systems Manager for SAP.
|
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsResult |
ListApplicationsResult.clone() |
ListApplicationsResult |
ListApplicationsResult.withApplications(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.
|
ListApplicationsResult |
ListApplicationsResult.withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
Copyright © 2023. All rights reserved.