| 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 |
|---|---|
Future<RegisterApplicationResult> |
AWSSsmSapAsyncClient.registerApplicationAsync(RegisterApplicationRequest request,
AsyncHandler<RegisterApplicationRequest,RegisterApplicationResult> asyncHandler) |
Future<RegisterApplicationResult> |
AWSSsmSapAsync.registerApplicationAsync(RegisterApplicationRequest registerApplicationRequest,
AsyncHandler<RegisterApplicationRequest,RegisterApplicationResult> asyncHandler)
Register an SAP application with AWS Systems Manager for SAP.
|
Future<RegisterApplicationResult> |
AbstractAWSSsmSapAsync.registerApplicationAsync(RegisterApplicationRequest request,
AsyncHandler<RegisterApplicationRequest,RegisterApplicationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RegisterApplicationRequest |
RegisterApplicationRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
RegisterApplicationRequest |
RegisterApplicationRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
RegisterApplicationRequest |
RegisterApplicationRequest.clone() |
RegisterApplicationRequest |
RegisterApplicationRequest.withApplicationId(String applicationId)
The ID of the application.
|
RegisterApplicationRequest |
RegisterApplicationRequest.withApplicationType(ApplicationType applicationType)
The type of the application.
|
RegisterApplicationRequest |
RegisterApplicationRequest.withApplicationType(String applicationType)
The type of the application.
|
RegisterApplicationRequest |
RegisterApplicationRequest.withCredentials(ApplicationCredential... credentials)
The credentials of the SAP application.
|
RegisterApplicationRequest |
RegisterApplicationRequest.withCredentials(Collection<ApplicationCredential> credentials)
The credentials of the SAP application.
|
RegisterApplicationRequest |
RegisterApplicationRequest.withDatabaseArn(String databaseArn)
The Amazon Resource Name of the SAP HANA database.
|
RegisterApplicationRequest |
RegisterApplicationRequest.withInstances(Collection<String> instances)
The Amazon EC2 instances on which your SAP application is running.
|
RegisterApplicationRequest |
RegisterApplicationRequest.withInstances(String... instances)
The Amazon EC2 instances on which your SAP application is running.
|
RegisterApplicationRequest |
RegisterApplicationRequest.withSapInstanceNumber(String sapInstanceNumber)
The SAP instance number of the application.
|
RegisterApplicationRequest |
RegisterApplicationRequest.withSid(String sid)
The System ID of the application.
|
RegisterApplicationRequest |
RegisterApplicationRequest.withTags(Map<String,String> tags)
The tags to be attached to the SAP application.
|
Copyright © 2024. All rights reserved.