@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSSsmSapClient extends AmazonWebServiceClient implements AWSSsmSap
This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS Systems Manager for SAP. The topic for each action shows the API request parameters and responses.
| Modifier and Type | Field and Description |
|---|---|
protected static ClientConfigurationFactory |
configFactory
Client configuration factory providing ClientConfigurations tailored to this client
|
client, clientConfiguration, endpoint, isEndpointOverridden, LOGGING_AWS_REQUEST_METRIC, requestHandler2s, timeOffsetENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
static AWSSsmSapClientBuilder |
builder() |
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.
|
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.
|
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)
|
addRequestHandler, addRequestHandler, beforeClientExecution, beforeMarshalling, calculateCRC32FromCompressedData, checkMutability, configureRegion, createExecutionContext, createExecutionContext, createExecutionContext, createSignerProvider, endClientExecution, endClientExecution, getClientConfiguration, getClientId, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceAbbreviation, getServiceName, getServiceNameIntern, getSigner, getSignerByURI, getSignerOverride, getSignerProvider, getSignerRegionOverride, getSigningRegion, getTimeOffset, isCsmEnabled, isEndpointOverridden, isProfilingEnabled, isRequestMetricsEnabled, makeImmutable, removeRequestHandler, removeRequestHandler, requestMetricCollector, setEndpoint, setEndpoint, setEndpointPrefix, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, shouldGenerateClientSideMonitoringEvents, useStrictHostNameVerification, withEndpoint, withRegion, withRegion, withTimeOffsetprotected static final ClientConfigurationFactory configFactory
public static AWSSsmSapClientBuilder builder()
public DeleteResourcePermissionResult deleteResourcePermission(DeleteResourcePermissionRequest request)
Removes permissions associated with the target database.
deleteResourcePermission in interface AWSSsmSapdeleteResourcePermissionRequest - ResourceNotFoundExceptionValidationExceptionInternalServerExceptionpublic DeregisterApplicationResult deregisterApplication(DeregisterApplicationRequest request)
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 AWSSsmSapderegisterApplicationRequest - ValidationExceptionInternalServerExceptionpublic GetApplicationResult getApplication(GetApplicationRequest request)
Gets an application registered with AWS Systems Manager for SAP. It also returns the components of the application.
getApplication in interface AWSSsmSapgetApplicationRequest - ValidationExceptionInternalServerExceptionpublic GetComponentResult getComponent(GetComponentRequest request)
Gets the component of an application registered with AWS Systems Manager for SAP.
getComponent in interface AWSSsmSapgetComponentRequest - ValidationExceptionInternalServerExceptionpublic GetDatabaseResult getDatabase(GetDatabaseRequest request)
Gets the SAP HANA database of an application registered with AWS Systems Manager for SAP.
getDatabase in interface AWSSsmSapgetDatabaseRequest - ValidationExceptionInternalServerExceptionpublic GetOperationResult getOperation(GetOperationRequest request)
Gets the details of an operation by specifying the operation ID.
getOperation in interface AWSSsmSapgetOperationRequest - ValidationExceptionInternalServerExceptionpublic GetResourcePermissionResult getResourcePermission(GetResourcePermissionRequest request)
Gets permissions associated with the target database.
getResourcePermission in interface AWSSsmSapgetResourcePermissionRequest - ResourceNotFoundExceptionValidationExceptionInternalServerExceptionpublic ListApplicationsResult listApplications(ListApplicationsRequest request)
Lists all the applications registered with AWS Systems Manager for SAP.
listApplications in interface AWSSsmSaplistApplicationsRequest - ResourceNotFoundExceptionValidationExceptionInternalServerExceptionpublic ListComponentsResult listComponents(ListComponentsRequest request)
Lists all the components registered with AWS Systems Manager for SAP.
listComponents in interface AWSSsmSaplistComponentsRequest - ResourceNotFoundExceptionValidationExceptionInternalServerExceptionpublic ListDatabasesResult listDatabases(ListDatabasesRequest request)
Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.
listDatabases in interface AWSSsmSaplistDatabasesRequest - ResourceNotFoundExceptionValidationExceptionInternalServerExceptionpublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
Lists all tags on an SAP HANA application and/or database registered with AWS Systems Manager for SAP.
listTagsForResource in interface AWSSsmSaplistTagsForResourceRequest - ResourceNotFoundExceptionValidationExceptionConflictExceptionpublic PutResourcePermissionResult putResourcePermission(PutResourcePermissionRequest request)
Adds permissions to the target database.
putResourcePermission in interface AWSSsmSapputResourcePermissionRequest - ResourceNotFoundExceptionValidationExceptionInternalServerExceptionpublic RegisterApplicationResult registerApplication(RegisterApplicationRequest request)
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 AWSSsmSapregisterApplicationRequest - ValidationExceptionConflictExceptionInternalServerExceptionpublic TagResourceResult tagResource(TagResourceRequest request)
Creates tag for a resource by specifying the ARN.
tagResource in interface AWSSsmSaptagResourceRequest - ResourceNotFoundExceptionValidationExceptionConflictExceptionpublic UntagResourceResult untagResource(UntagResourceRequest request)
Delete the tags for a resource.
untagResource in interface AWSSsmSapuntagResourceRequest - ResourceNotFoundExceptionValidationExceptionConflictExceptionpublic UpdateApplicationSettingsResult updateApplicationSettings(UpdateApplicationSettingsRequest request)
updateApplicationSettings in interface AWSSsmSapupdateApplicationSettingsRequest - ResourceNotFoundExceptionValidationExceptionInternalServerExceptionpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
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 the request.
getCachedResponseMetadata in interface AWSSsmSaprequest - The originally executed requestpublic void shutdown()
AWSSsmSapshutdown in interface AWSSsmSapshutdown in class AmazonWebServiceClientCopyright © 2023. All rights reserved.