@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSMainframeModernizationClient extends AmazonWebServiceClient implements AWSMainframeModernization
Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and modernization from mainframes to Amazon Web Services managed runtime environments. It provides tools for analyzing existing mainframe applications, developing or updating mainframe applications using COBOL or PL/I, and implementing an automated pipeline for continuous integration and continuous delivery (CI/CD) of the applications.
| 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 AWSMainframeModernizationClientBuilder |
builder() |
CancelBatchJobExecutionResult |
cancelBatchJobExecution(CancelBatchJobExecutionRequest request)
Cancels the running of a specific batch job execution.
|
CreateApplicationResult |
createApplication(CreateApplicationRequest request)
Creates a new application with given parameters.
|
CreateDataSetImportTaskResult |
createDataSetImportTask(CreateDataSetImportTaskRequest request)
Starts a data set import task for a specific application.
|
CreateDeploymentResult |
createDeployment(CreateDeploymentRequest request)
Creates and starts a deployment to deploy an application into a runtime environment.
|
CreateEnvironmentResult |
createEnvironment(CreateEnvironmentRequest request)
Creates a runtime environment for a given runtime engine.
|
DeleteApplicationResult |
deleteApplication(DeleteApplicationRequest request)
Deletes a specific application.
|
DeleteApplicationFromEnvironmentResult |
deleteApplicationFromEnvironment(DeleteApplicationFromEnvironmentRequest request)
Deletes a specific application from the specific runtime environment where it was previously deployed.
|
DeleteEnvironmentResult |
deleteEnvironment(DeleteEnvironmentRequest request)
Deletes a specific runtime environment.
|
GetApplicationResult |
getApplication(GetApplicationRequest request)
Describes the details of a specific application.
|
GetApplicationVersionResult |
getApplicationVersion(GetApplicationVersionRequest request)
Returns details about a specific version of a specific application.
|
GetBatchJobExecutionResult |
getBatchJobExecution(GetBatchJobExecutionRequest request)
Gets the details of a specific batch job execution for a specific application.
|
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.
|
GetDataSetDetailsResult |
getDataSetDetails(GetDataSetDetailsRequest request)
Gets the details of a specific data set.
|
GetDataSetImportTaskResult |
getDataSetImportTask(GetDataSetImportTaskRequest request)
Gets the status of a data set import task initiated with the CreateDataSetImportTask operation.
|
GetDeploymentResult |
getDeployment(GetDeploymentRequest request)
Gets details of a specific deployment with a given deployment identifier.
|
GetEnvironmentResult |
getEnvironment(GetEnvironmentRequest request)
Describes a specific runtime environment.
|
ListApplicationsResult |
listApplications(ListApplicationsRequest request)
Lists the applications associated with a specific Amazon Web Services account.
|
ListApplicationVersionsResult |
listApplicationVersions(ListApplicationVersionsRequest request)
Returns a list of the application versions for a specific application.
|
ListBatchJobDefinitionsResult |
listBatchJobDefinitions(ListBatchJobDefinitionsRequest request)
Lists all the available batch job definitions based on the batch job resources uploaded during the application
creation.
|
ListBatchJobExecutionsResult |
listBatchJobExecutions(ListBatchJobExecutionsRequest request)
Lists historical, current, and scheduled batch job executions for a specific application.
|
ListDataSetImportHistoryResult |
listDataSetImportHistory(ListDataSetImportHistoryRequest request)
Lists the data set imports for the specified application.
|
ListDataSetsResult |
listDataSets(ListDataSetsRequest request)
Lists the data sets imported for a specific application.
|
ListDeploymentsResult |
listDeployments(ListDeploymentsRequest request)
Returns a list of all deployments of a specific application.
|
ListEngineVersionsResult |
listEngineVersions(ListEngineVersionsRequest request)
Lists the available engine versions.
|
ListEnvironmentsResult |
listEnvironments(ListEnvironmentsRequest request)
Lists the runtime environments.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Lists the tags for the specified resource.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartApplicationResult |
startApplication(StartApplicationRequest request)
Starts an application that is currently stopped.
|
StartBatchJobResult |
startBatchJob(StartBatchJobRequest request)
Starts a batch job and returns the unique identifier of this execution of the batch job.
|
StopApplicationResult |
stopApplication(StopApplicationRequest request)
Stops a running application.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds one or more tags to the specified resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes one or more tags from the specified resource.
|
UpdateApplicationResult |
updateApplication(UpdateApplicationRequest request)
Updates an application and creates a new version.
|
UpdateEnvironmentResult |
updateEnvironment(UpdateEnvironmentRequest request)
Updates the configuration details for a specific runtime environment.
|
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 AWSMainframeModernizationClientBuilder builder()
public CancelBatchJobExecutionResult cancelBatchJobExecution(CancelBatchJobExecutionRequest request)
Cancels the running of a specific batch job execution.
cancelBatchJobExecution in interface AWSMainframeModernizationcancelBatchJobExecutionRequest - ValidationException - One or more parameters provided in the request is not valid.ConflictException - The parameters provided in the request conflict with existing resources.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public CreateApplicationResult createApplication(CreateApplicationRequest request)
Creates a new application with given parameters. Requires an existing runtime environment and application definition file.
createApplication in interface AWSMainframeModernizationcreateApplicationRequest - ValidationException - One or more parameters provided in the request is not valid.ServiceQuotaExceededException - One or more quotas for Amazon Web Services Mainframe Modernization exceeds the limit.ConflictException - The parameters provided in the request conflict with existing resources.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.public CreateDataSetImportTaskResult createDataSetImportTask(CreateDataSetImportTaskRequest request)
Starts a data set import task for a specific application.
createDataSetImportTask in interface AWSMainframeModernizationcreateDataSetImportTaskRequest - ValidationException - One or more parameters provided in the request is not valid.ServiceQuotaExceededException - One or more quotas for Amazon Web Services Mainframe Modernization exceeds the limit.ConflictException - The parameters provided in the request conflict with existing resources.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public CreateDeploymentResult createDeployment(CreateDeploymentRequest request)
Creates and starts a deployment to deploy an application into a runtime environment.
createDeployment in interface AWSMainframeModernizationcreateDeploymentRequest - ValidationException - One or more parameters provided in the request is not valid.ServiceQuotaExceededException - One or more quotas for Amazon Web Services Mainframe Modernization exceeds the limit.ConflictException - The parameters provided in the request conflict with existing resources.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public CreateEnvironmentResult createEnvironment(CreateEnvironmentRequest request)
Creates a runtime environment for a given runtime engine.
createEnvironment in interface AWSMainframeModernizationcreateEnvironmentRequest - ValidationException - One or more parameters provided in the request is not valid.ServiceQuotaExceededException - One or more quotas for Amazon Web Services Mainframe Modernization exceeds the limit.ConflictException - The parameters provided in the request conflict with existing resources.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.public DeleteApplicationResult deleteApplication(DeleteApplicationRequest request)
Deletes a specific application. You cannot delete a running application.
deleteApplication in interface AWSMainframeModernizationdeleteApplicationRequest - ValidationException - One or more parameters provided in the request is not valid.ConflictException - The parameters provided in the request conflict with existing resources.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.public DeleteApplicationFromEnvironmentResult deleteApplicationFromEnvironment(DeleteApplicationFromEnvironmentRequest request)
Deletes a specific application from the specific runtime environment where it was previously deployed. You cannot delete a runtime environment using DeleteEnvironment if any application has ever been deployed to it. This API removes the association of the application with the runtime environment so you can delete the environment smoothly.
deleteApplicationFromEnvironment in interface AWSMainframeModernizationdeleteApplicationFromEnvironmentRequest - ValidationException - One or more parameters provided in the request is not valid.ConflictException - The parameters provided in the request conflict with existing resources.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public DeleteEnvironmentResult deleteEnvironment(DeleteEnvironmentRequest request)
Deletes a specific runtime environment. The environment cannot contain deployed applications. If it does, you must delete those applications before you delete the environment.
deleteEnvironment in interface AWSMainframeModernizationdeleteEnvironmentRequest - ValidationException - One or more parameters provided in the request is not valid.ConflictException - The parameters provided in the request conflict with existing resources.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.public GetApplicationResult getApplication(GetApplicationRequest request)
Describes the details of a specific application.
getApplication in interface AWSMainframeModernizationgetApplicationRequest - ValidationException - One or more parameters provided in the request is not valid.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public GetApplicationVersionResult getApplicationVersion(GetApplicationVersionRequest request)
Returns details about a specific version of a specific application.
getApplicationVersion in interface AWSMainframeModernizationgetApplicationVersionRequest - ValidationException - One or more parameters provided in the request is not valid.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public GetBatchJobExecutionResult getBatchJobExecution(GetBatchJobExecutionRequest request)
Gets the details of a specific batch job execution for a specific application.
getBatchJobExecution in interface AWSMainframeModernizationgetBatchJobExecutionRequest - ValidationException - One or more parameters provided in the request is not valid.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public GetDataSetDetailsResult getDataSetDetails(GetDataSetDetailsRequest request)
Gets the details of a specific data set.
getDataSetDetails in interface AWSMainframeModernizationgetDataSetDetailsRequest - ValidationException - One or more parameters provided in the request is not valid.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public GetDataSetImportTaskResult getDataSetImportTask(GetDataSetImportTaskRequest request)
Gets the status of a data set import task initiated with the CreateDataSetImportTask operation.
getDataSetImportTask in interface AWSMainframeModernizationgetDataSetImportTaskRequest - ValidationException - One or more parameters provided in the request is not valid.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public GetDeploymentResult getDeployment(GetDeploymentRequest request)
Gets details of a specific deployment with a given deployment identifier.
getDeployment in interface AWSMainframeModernizationgetDeploymentRequest - ValidationException - One or more parameters provided in the request is not valid.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public GetEnvironmentResult getEnvironment(GetEnvironmentRequest request)
Describes a specific runtime environment.
getEnvironment in interface AWSMainframeModernizationgetEnvironmentRequest - ValidationException - One or more parameters provided in the request is not valid.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public ListApplicationVersionsResult listApplicationVersions(ListApplicationVersionsRequest request)
Returns a list of the application versions for a specific application.
listApplicationVersions in interface AWSMainframeModernizationlistApplicationVersionsRequest - ValidationException - One or more parameters provided in the request is not valid.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public ListApplicationsResult listApplications(ListApplicationsRequest request)
Lists the applications associated with a specific Amazon Web Services account. You can provide the unique identifier of a specific runtime environment in a query parameter to see all applications associated with that environment.
listApplications in interface AWSMainframeModernizationlistApplicationsRequest - ValidationException - One or more parameters provided in the request is not valid.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.public ListBatchJobDefinitionsResult listBatchJobDefinitions(ListBatchJobDefinitionsRequest request)
Lists all the available batch job definitions based on the batch job resources uploaded during the application creation. You can use the batch job definitions in the list to start a batch job.
listBatchJobDefinitions in interface AWSMainframeModernizationlistBatchJobDefinitionsRequest - ValidationException - One or more parameters provided in the request is not valid.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public ListBatchJobExecutionsResult listBatchJobExecutions(ListBatchJobExecutionsRequest request)
Lists historical, current, and scheduled batch job executions for a specific application.
listBatchJobExecutions in interface AWSMainframeModernizationlistBatchJobExecutionsRequest - ValidationException - One or more parameters provided in the request is not valid.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public ListDataSetImportHistoryResult listDataSetImportHistory(ListDataSetImportHistoryRequest request)
Lists the data set imports for the specified application.
listDataSetImportHistory in interface AWSMainframeModernizationlistDataSetImportHistoryRequest - ValidationException - One or more parameters provided in the request is not valid.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public ListDataSetsResult listDataSets(ListDataSetsRequest request)
Lists the data sets imported for a specific application. In Amazon Web Services Mainframe Modernization, data sets are associated with applications deployed on runtime environments. This is known as importing data sets. Currently, Amazon Web Services Mainframe Modernization can import data sets into catalogs using CreateDataSetImportTask.
listDataSets in interface AWSMainframeModernizationlistDataSetsRequest - ValidationException - One or more parameters provided in the request is not valid.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public ListDeploymentsResult listDeployments(ListDeploymentsRequest request)
Returns a list of all deployments of a specific application. A deployment is a combination of a specific application and a specific version of that application. Each deployment is mapped to a particular application version.
listDeployments in interface AWSMainframeModernizationlistDeploymentsRequest - ValidationException - One or more parameters provided in the request is not valid.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public ListEngineVersionsResult listEngineVersions(ListEngineVersionsRequest request)
Lists the available engine versions.
listEngineVersions in interface AWSMainframeModernizationlistEngineVersionsRequest - ValidationException - One or more parameters provided in the request is not valid.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.public ListEnvironmentsResult listEnvironments(ListEnvironmentsRequest request)
Lists the runtime environments.
listEnvironments in interface AWSMainframeModernizationlistEnvironmentsRequest - ValidationException - One or more parameters provided in the request is not valid.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
Lists the tags for the specified resource.
listTagsForResource in interface AWSMainframeModernizationlistTagsForResourceRequest - ValidationException - One or more parameters provided in the request is not valid.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public StartApplicationResult startApplication(StartApplicationRequest request)
Starts an application that is currently stopped.
startApplication in interface AWSMainframeModernizationstartApplicationRequest - ValidationException - One or more parameters provided in the request is not valid.ConflictException - The parameters provided in the request conflict with existing resources.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public StartBatchJobResult startBatchJob(StartBatchJobRequest request)
Starts a batch job and returns the unique identifier of this execution of the batch job. The associated application must be running in order to start the batch job.
startBatchJob in interface AWSMainframeModernizationstartBatchJobRequest - ValidationException - One or more parameters provided in the request is not valid.ConflictException - The parameters provided in the request conflict with existing resources.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public StopApplicationResult stopApplication(StopApplicationRequest request)
Stops a running application.
stopApplication in interface AWSMainframeModernizationstopApplicationRequest - ValidationException - One or more parameters provided in the request is not valid.ConflictException - The parameters provided in the request conflict with existing resources.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public TagResourceResult tagResource(TagResourceRequest request)
Adds one or more tags to the specified resource.
tagResource in interface AWSMainframeModernizationtagResourceRequest - ValidationException - One or more parameters provided in the request is not valid.ServiceQuotaExceededException - One or more quotas for Amazon Web Services Mainframe Modernization exceeds the limit.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public UntagResourceResult untagResource(UntagResourceRequest request)
Removes one or more tags from the specified resource.
untagResource in interface AWSMainframeModernizationuntagResourceRequest - ValidationException - One or more parameters provided in the request is not valid.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public UpdateApplicationResult updateApplication(UpdateApplicationRequest request)
Updates an application and creates a new version.
updateApplication in interface AWSMainframeModernizationupdateApplicationRequest - ValidationException - One or more parameters provided in the request is not valid.ConflictException - The parameters provided in the request conflict with existing resources.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public UpdateEnvironmentResult updateEnvironment(UpdateEnvironmentRequest request)
Updates the configuration details for a specific runtime environment.
updateEnvironment in interface AWSMainframeModernizationupdateEnvironmentRequest - ValidationException - One or more parameters provided in the request is not valid.ServiceQuotaExceededException - One or more quotas for Amazon Web Services Mainframe Modernization exceeds the limit.ConflictException - The parameters provided in the request conflict with existing resources.InternalServerException - An unexpected error occurred during the processing of the request.AccessDeniedException - The account or role doesn't have the right permissions to make the request.ThrottlingException - The number of requests made exceeds the limit.ResourceNotFoundException - The specified resource was not found.public 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 AWSMainframeModernizationrequest - The originally executed requestpublic void shutdown()
AWSMainframeModernizationshutdown in interface AWSMainframeModernizationshutdown in class AmazonWebServiceClientCopyright © 2023. All rights reserved.