@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSSsmSap extends Object implements AWSSsmSap
AWSSsmSap. Convenient method forms pass through to the corresponding overload that
takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
DeleteResourcePermissionResult |
deleteResourcePermission(DeleteResourcePermissionRequest request)
Removes permissions associated with the target database.
|
DeregisterApplicationResult |
deregisterApplication(DeregisterApplicationRequest request)
Deregister an SAP application with AWS Systems Manager for SAP.
|
GetApplicationResult |
getApplication(GetApplicationRequest request)
Gets an application registered with AWS Systems Manager for SAP.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetComponentResult |
getComponent(GetComponentRequest request)
Gets the component of an application registered with AWS Systems Manager for SAP.
|
GetDatabaseResult |
getDatabase(GetDatabaseRequest request)
Gets the SAP HANA database of an application registered with AWS Systems Manager for SAP.
|
GetOperationResult |
getOperation(GetOperationRequest request)
Gets the details of an operation by specifying the operation ID.
|
GetResourcePermissionResult |
getResourcePermission(GetResourcePermissionRequest request)
Gets permissions associated with the target database.
|
ListApplicationsResult |
listApplications(ListApplicationsRequest request)
Lists all the applications registered with AWS Systems Manager for SAP.
|
ListComponentsResult |
listComponents(ListComponentsRequest request)
Lists all the components registered with AWS Systems Manager for SAP.
|
ListDatabasesResult |
listDatabases(ListDatabasesRequest request)
Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.
|
ListOperationEventsResult |
listOperationEvents(ListOperationEventsRequest request)
Returns a list of operations events.
|
ListOperationsResult |
listOperations(ListOperationsRequest request)
Lists the operations performed by AWS Systems Manager for SAP.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Lists all tags on an SAP HANA application and/or database registered with AWS Systems Manager for SAP.
|
PutResourcePermissionResult |
putResourcePermission(PutResourcePermissionRequest request)
Adds permissions to the target database.
|
RegisterApplicationResult |
registerApplication(RegisterApplicationRequest request)
Register an SAP application with AWS Systems Manager for SAP.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartApplicationResult |
startApplication(StartApplicationRequest request)
Request is an operation which starts an application.
|
StartApplicationRefreshResult |
startApplicationRefresh(StartApplicationRefreshRequest request)
Refreshes a registered application.
|
StopApplicationResult |
stopApplication(StopApplicationRequest request)
Request is an operation to stop an application.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Creates tag for a resource by specifying the ARN.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Delete the tags for a resource.
|
UpdateApplicationSettingsResult |
updateApplicationSettings(UpdateApplicationSettingsRequest request)
Updates the settings of an application registered with AWS Systems Manager for SAP.
|
public DeleteResourcePermissionResult deleteResourcePermission(DeleteResourcePermissionRequest request)
AWSSsmSapRemoves permissions associated with the target database.
deleteResourcePermission in interface AWSSsmSappublic DeregisterApplicationResult deregisterApplication(DeregisterApplicationRequest request)
AWSSsmSapDeregister an SAP application with AWS Systems Manager for SAP. This action does not affect the existing setup of your SAP workloads on Amazon EC2.
deregisterApplication in interface AWSSsmSappublic GetApplicationResult getApplication(GetApplicationRequest request)
AWSSsmSapGets an application registered with AWS Systems Manager for SAP. It also returns the components of the application.
getApplication in interface AWSSsmSappublic GetComponentResult getComponent(GetComponentRequest request)
AWSSsmSapGets the component of an application registered with AWS Systems Manager for SAP.
getComponent in interface AWSSsmSappublic GetDatabaseResult getDatabase(GetDatabaseRequest request)
AWSSsmSapGets the SAP HANA database of an application registered with AWS Systems Manager for SAP.
getDatabase in interface AWSSsmSappublic GetOperationResult getOperation(GetOperationRequest request)
AWSSsmSapGets the details of an operation by specifying the operation ID.
getOperation in interface AWSSsmSappublic GetResourcePermissionResult getResourcePermission(GetResourcePermissionRequest request)
AWSSsmSapGets permissions associated with the target database.
getResourcePermission in interface AWSSsmSappublic ListApplicationsResult listApplications(ListApplicationsRequest request)
AWSSsmSapLists all the applications registered with AWS Systems Manager for SAP.
listApplications in interface AWSSsmSappublic ListComponentsResult listComponents(ListComponentsRequest request)
AWSSsmSapLists all the components registered with AWS Systems Manager for SAP.
listComponents in interface AWSSsmSappublic ListDatabasesResult listDatabases(ListDatabasesRequest request)
AWSSsmSapLists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.
listDatabases in interface AWSSsmSappublic ListOperationEventsResult listOperationEvents(ListOperationEventsRequest request)
AWSSsmSapReturns a list of operations events.
Available parameters include OperationID, as well as optional parameters MaxResults,
NextToken, and Filters.
listOperationEvents in interface AWSSsmSappublic ListOperationsResult listOperations(ListOperationsRequest request)
AWSSsmSapLists the operations performed by AWS Systems Manager for SAP.
listOperations in interface AWSSsmSappublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSSsmSapLists all tags on an SAP HANA application and/or database registered with AWS Systems Manager for SAP.
listTagsForResource in interface AWSSsmSappublic PutResourcePermissionResult putResourcePermission(PutResourcePermissionRequest request)
AWSSsmSapAdds permissions to the target database.
putResourcePermission in interface AWSSsmSappublic RegisterApplicationResult registerApplication(RegisterApplicationRequest request)
AWSSsmSapRegister an SAP application with AWS Systems Manager for SAP. You must meet the following requirements before registering.
The SAP application you want to register with AWS Systems Manager for SAP is running on Amazon EC2.
AWS Systems Manager Agent must be setup on an Amazon EC2 instance along with the required IAM permissions.
Amazon EC2 instance(s) must have access to the secrets created in AWS Secrets Manager to manage SAP applications and components.
registerApplication in interface AWSSsmSappublic StartApplicationResult startApplication(StartApplicationRequest request)
AWSSsmSapRequest is an operation which starts an application.
Parameter ApplicationId is required.
startApplication in interface AWSSsmSappublic StartApplicationRefreshResult startApplicationRefresh(StartApplicationRefreshRequest request)
AWSSsmSapRefreshes a registered application.
startApplicationRefresh in interface AWSSsmSappublic StopApplicationResult stopApplication(StopApplicationRequest request)
AWSSsmSapRequest is an operation to stop an application.
Parameter ApplicationId is required. Parameters StopConnectedEntity and
IncludeEc2InstanceShutdown are optional.
stopApplication in interface AWSSsmSappublic TagResourceResult tagResource(TagResourceRequest request)
AWSSsmSapCreates tag for a resource by specifying the ARN.
tagResource in interface AWSSsmSappublic UntagResourceResult untagResource(UntagResourceRequest request)
AWSSsmSapDelete the tags for a resource.
untagResource in interface AWSSsmSappublic UpdateApplicationSettingsResult updateApplicationSettings(UpdateApplicationSettingsRequest request)
AWSSsmSapUpdates the settings of an application registered with AWS Systems Manager for SAP.
updateApplicationSettings in interface AWSSsmSappublic void shutdown()
AWSSsmSappublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSSsmSapResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSSsmSaprequest - The originally executed request.