| 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 |
|---|---|
GetComponentResult |
AWSSsmSapClient.getComponent(GetComponentRequest request)
Gets the component of an application registered with AWS Systems Manager for SAP.
|
GetComponentResult |
AbstractAWSSsmSap.getComponent(GetComponentRequest request) |
GetComponentResult |
AWSSsmSap.getComponent(GetComponentRequest getComponentRequest)
Gets the component of an application registered with AWS Systems Manager for SAP.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetComponentResult> |
AWSSsmSapAsyncClient.getComponentAsync(GetComponentRequest request,
AsyncHandler<GetComponentRequest,GetComponentResult> asyncHandler) |
Future<GetComponentResult> |
AbstractAWSSsmSapAsync.getComponentAsync(GetComponentRequest request,
AsyncHandler<GetComponentRequest,GetComponentResult> asyncHandler) |
Future<GetComponentResult> |
AWSSsmSapAsync.getComponentAsync(GetComponentRequest getComponentRequest,
AsyncHandler<GetComponentRequest,GetComponentResult> asyncHandler)
Gets the component of an application registered with AWS Systems Manager for SAP.
|
| Modifier and Type | Method and Description |
|---|---|
GetComponentResult |
GetComponentResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetComponentResult |
GetComponentResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetComponentResult |
GetComponentResult.clone() |
GetComponentResult |
GetComponentResult.withComponent(Component component)
The component of an application registered with AWS Systems Manager for SAP.
|
GetComponentResult |
GetComponentResult.withTags(Map<String,String> tags)
The tags of a component.
|
Copyright © 2023. All rights reserved.