| 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 |
|---|---|
ListComponentsResult |
AWSSsmSapClient.listComponents(ListComponentsRequest request)
Lists all the components registered with AWS Systems Manager for SAP.
|
ListComponentsResult |
AbstractAWSSsmSap.listComponents(ListComponentsRequest request) |
ListComponentsResult |
AWSSsmSap.listComponents(ListComponentsRequest listComponentsRequest)
Lists all the components registered with AWS Systems Manager for SAP.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListComponentsResult> |
AWSSsmSapAsyncClient.listComponentsAsync(ListComponentsRequest request,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler) |
Future<ListComponentsResult> |
AWSSsmSapAsync.listComponentsAsync(ListComponentsRequest listComponentsRequest,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler)
Lists all the components registered with AWS Systems Manager for SAP.
|
Future<ListComponentsResult> |
AbstractAWSSsmSapAsync.listComponentsAsync(ListComponentsRequest request,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResult |
ListComponentsResult.clone() |
ListComponentsResult |
ListComponentsResult.withComponents(Collection<ComponentSummary> components)
List of components registered with AWS System Manager for SAP.
|
ListComponentsResult |
ListComponentsResult.withComponents(ComponentSummary... components)
List of components registered with AWS System Manager for SAP.
|
ListComponentsResult |
ListComponentsResult.withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
Copyright © 2023. All rights reserved.