@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)
AWSSsmSap
Removes permissions associated with the target database.
deleteResourcePermission
in interface AWSSsmSap
public DeregisterApplicationResult deregisterApplication(DeregisterApplicationRequest request)
AWSSsmSap
Deregister 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 AWSSsmSap
public GetApplicationResult getApplication(GetApplicationRequest request)
AWSSsmSap
Gets an application registered with AWS Systems Manager for SAP. It also returns the components of the application.
getApplication
in interface AWSSsmSap
public GetComponentResult getComponent(GetComponentRequest request)
AWSSsmSap
Gets the component of an application registered with AWS Systems Manager for SAP.
getComponent
in interface AWSSsmSap
public GetDatabaseResult getDatabase(GetDatabaseRequest request)
AWSSsmSap
Gets the SAP HANA database of an application registered with AWS Systems Manager for SAP.
getDatabase
in interface AWSSsmSap
public GetOperationResult getOperation(GetOperationRequest request)
AWSSsmSap
Gets the details of an operation by specifying the operation ID.
getOperation
in interface AWSSsmSap
public GetResourcePermissionResult getResourcePermission(GetResourcePermissionRequest request)
AWSSsmSap
Gets permissions associated with the target database.
getResourcePermission
in interface AWSSsmSap
public ListApplicationsResult listApplications(ListApplicationsRequest request)
AWSSsmSap
Lists all the applications registered with AWS Systems Manager for SAP.
listApplications
in interface AWSSsmSap
public ListComponentsResult listComponents(ListComponentsRequest request)
AWSSsmSap
Lists all the components registered with AWS Systems Manager for SAP.
listComponents
in interface AWSSsmSap
public ListDatabasesResult listDatabases(ListDatabasesRequest request)
AWSSsmSap
Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.
listDatabases
in interface AWSSsmSap
public ListOperationEventsResult listOperationEvents(ListOperationEventsRequest request)
AWSSsmSap
Returns a list of operations events.
Available parameters include OperationID
, as well as optional parameters MaxResults
,
NextToken
, and Filters
.
listOperationEvents
in interface AWSSsmSap
public ListOperationsResult listOperations(ListOperationsRequest request)
AWSSsmSap
Lists the operations performed by AWS Systems Manager for SAP.
listOperations
in interface AWSSsmSap
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSSsmSap
Lists all tags on an SAP HANA application and/or database registered with AWS Systems Manager for SAP.
listTagsForResource
in interface AWSSsmSap
public PutResourcePermissionResult putResourcePermission(PutResourcePermissionRequest request)
AWSSsmSap
Adds permissions to the target database.
putResourcePermission
in interface AWSSsmSap
public RegisterApplicationResult registerApplication(RegisterApplicationRequest request)
AWSSsmSap
Register 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 AWSSsmSap
public StartApplicationResult startApplication(StartApplicationRequest request)
AWSSsmSap
Request is an operation which starts an application.
Parameter ApplicationId
is required.
startApplication
in interface AWSSsmSap
public StartApplicationRefreshResult startApplicationRefresh(StartApplicationRefreshRequest request)
AWSSsmSap
Refreshes a registered application.
startApplicationRefresh
in interface AWSSsmSap
public StopApplicationResult stopApplication(StopApplicationRequest request)
AWSSsmSap
Request is an operation to stop an application.
Parameter ApplicationId
is required. Parameters StopConnectedEntity
and
IncludeEc2InstanceShutdown
are optional.
stopApplication
in interface AWSSsmSap
public TagResourceResult tagResource(TagResourceRequest request)
AWSSsmSap
Creates tag for a resource by specifying the ARN.
tagResource
in interface AWSSsmSap
public UntagResourceResult untagResource(UntagResourceRequest request)
AWSSsmSap
Delete the tags for a resource.
untagResource
in interface AWSSsmSap
public UpdateApplicationSettingsResult updateApplicationSettings(UpdateApplicationSettingsRequest request)
AWSSsmSap
Updates the settings of an application registered with AWS Systems Manager for SAP.
updateApplicationSettings
in interface AWSSsmSap
public void shutdown()
AWSSsmSap
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSSsmSap
Response 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 AWSSsmSap
request
- The originally executed request.