| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2 |
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.
|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
default CancelBatchJobExecutionResponse |
M2Client.cancelBatchJobExecution(CancelBatchJobExecutionRequest cancelBatchJobExecutionRequest)
Cancels the running of a specific batch job execution.
|
default CancelBatchJobExecutionResponse |
M2Client.cancelBatchJobExecution(Consumer<CancelBatchJobExecutionRequest.Builder> cancelBatchJobExecutionRequest)
Cancels the running of a specific batch job execution.
|
default CreateApplicationResponse |
M2Client.createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)
Creates a new application with given parameters.
|
default CreateApplicationResponse |
M2Client.createApplication(CreateApplicationRequest createApplicationRequest)
Creates a new application with given parameters.
|
default CreateDataSetImportTaskResponse |
M2Client.createDataSetImportTask(Consumer<CreateDataSetImportTaskRequest.Builder> createDataSetImportTaskRequest)
Starts a data set import task for a specific application.
|
default CreateDataSetImportTaskResponse |
M2Client.createDataSetImportTask(CreateDataSetImportTaskRequest createDataSetImportTaskRequest)
Starts a data set import task for a specific application.
|
default CreateDeploymentResponse |
M2Client.createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)
Creates and starts a deployment to deploy an application into a runtime environment.
|
default CreateDeploymentResponse |
M2Client.createDeployment(CreateDeploymentRequest createDeploymentRequest)
Creates and starts a deployment to deploy an application into a runtime environment.
|
default CreateEnvironmentResponse |
M2Client.createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest)
Creates a runtime environment for a given runtime engine.
|
default CreateEnvironmentResponse |
M2Client.createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)
Creates a runtime environment for a given runtime engine.
|
default DeleteApplicationResponse |
M2Client.deleteApplication(Consumer<DeleteApplicationRequest.Builder> deleteApplicationRequest)
Deletes a specific application.
|
default DeleteApplicationResponse |
M2Client.deleteApplication(DeleteApplicationRequest deleteApplicationRequest)
Deletes a specific application.
|
default DeleteApplicationFromEnvironmentResponse |
M2Client.deleteApplicationFromEnvironment(Consumer<DeleteApplicationFromEnvironmentRequest.Builder> deleteApplicationFromEnvironmentRequest)
Deletes a specific application from the specific runtime environment where it was previously deployed.
|
default DeleteApplicationFromEnvironmentResponse |
M2Client.deleteApplicationFromEnvironment(DeleteApplicationFromEnvironmentRequest deleteApplicationFromEnvironmentRequest)
Deletes a specific application from the specific runtime environment where it was previously deployed.
|
default DeleteEnvironmentResponse |
M2Client.deleteEnvironment(Consumer<DeleteEnvironmentRequest.Builder> deleteEnvironmentRequest)
Deletes a specific runtime environment.
|
default DeleteEnvironmentResponse |
M2Client.deleteEnvironment(DeleteEnvironmentRequest deleteEnvironmentRequest)
Deletes a specific runtime environment.
|
default GetApplicationResponse |
M2Client.getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest)
Describes the details of a specific application.
|
default GetApplicationResponse |
M2Client.getApplication(GetApplicationRequest getApplicationRequest)
Describes the details of a specific application.
|
default GetApplicationVersionResponse |
M2Client.getApplicationVersion(Consumer<GetApplicationVersionRequest.Builder> getApplicationVersionRequest)
Returns details about a specific version of a specific application.
|
default GetApplicationVersionResponse |
M2Client.getApplicationVersion(GetApplicationVersionRequest getApplicationVersionRequest)
Returns details about a specific version of a specific application.
|
default GetBatchJobExecutionResponse |
M2Client.getBatchJobExecution(Consumer<GetBatchJobExecutionRequest.Builder> getBatchJobExecutionRequest)
Gets the details of a specific batch job execution for a specific application.
|
default GetBatchJobExecutionResponse |
M2Client.getBatchJobExecution(GetBatchJobExecutionRequest getBatchJobExecutionRequest)
Gets the details of a specific batch job execution for a specific application.
|
default GetDataSetDetailsResponse |
M2Client.getDataSetDetails(Consumer<GetDataSetDetailsRequest.Builder> getDataSetDetailsRequest)
Gets the details of a specific data set.
|
default GetDataSetDetailsResponse |
M2Client.getDataSetDetails(GetDataSetDetailsRequest getDataSetDetailsRequest)
Gets the details of a specific data set.
|
default GetDataSetImportTaskResponse |
M2Client.getDataSetImportTask(Consumer<GetDataSetImportTaskRequest.Builder> getDataSetImportTaskRequest)
Gets the status of a data set import task initiated with the CreateDataSetImportTask operation.
|
default GetDataSetImportTaskResponse |
M2Client.getDataSetImportTask(GetDataSetImportTaskRequest getDataSetImportTaskRequest)
Gets the status of a data set import task initiated with the CreateDataSetImportTask operation.
|
default GetDeploymentResponse |
M2Client.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)
Gets details of a specific deployment with a given deployment identifier.
|
default GetDeploymentResponse |
M2Client.getDeployment(GetDeploymentRequest getDeploymentRequest)
Gets details of a specific deployment with a given deployment identifier.
|
default GetEnvironmentResponse |
M2Client.getEnvironment(Consumer<GetEnvironmentRequest.Builder> getEnvironmentRequest)
Describes a specific runtime environment.
|
default GetEnvironmentResponse |
M2Client.getEnvironment(GetEnvironmentRequest getEnvironmentRequest)
Describes a specific runtime environment.
|
default ListApplicationsResponse |
M2Client.listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)
Lists the applications associated with a specific Amazon Web Services account.
|
default ListApplicationsResponse |
M2Client.listApplications(ListApplicationsRequest listApplicationsRequest)
Lists the applications associated with a specific Amazon Web Services account.
|
default ListApplicationsIterable |
M2Client.listApplicationsPaginator(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)
Lists the applications associated with a specific Amazon Web Services account.
|
default ListApplicationsIterable |
M2Client.listApplicationsPaginator(ListApplicationsRequest listApplicationsRequest)
Lists the applications associated with a specific Amazon Web Services account.
|
default ListApplicationVersionsResponse |
M2Client.listApplicationVersions(Consumer<ListApplicationVersionsRequest.Builder> listApplicationVersionsRequest)
Returns a list of the application versions for a specific application.
|
default ListApplicationVersionsResponse |
M2Client.listApplicationVersions(ListApplicationVersionsRequest listApplicationVersionsRequest)
Returns a list of the application versions for a specific application.
|
default ListApplicationVersionsIterable |
M2Client.listApplicationVersionsPaginator(Consumer<ListApplicationVersionsRequest.Builder> listApplicationVersionsRequest)
Returns a list of the application versions for a specific application.
|
default ListApplicationVersionsIterable |
M2Client.listApplicationVersionsPaginator(ListApplicationVersionsRequest listApplicationVersionsRequest)
Returns a list of the application versions for a specific application.
|
default ListBatchJobDefinitionsResponse |
M2Client.listBatchJobDefinitions(Consumer<ListBatchJobDefinitionsRequest.Builder> listBatchJobDefinitionsRequest)
Lists all the available batch job definitions based on the batch job resources uploaded during the application
creation.
|
default ListBatchJobDefinitionsResponse |
M2Client.listBatchJobDefinitions(ListBatchJobDefinitionsRequest listBatchJobDefinitionsRequest)
Lists all the available batch job definitions based on the batch job resources uploaded during the application
creation.
|
default ListBatchJobDefinitionsIterable |
M2Client.listBatchJobDefinitionsPaginator(Consumer<ListBatchJobDefinitionsRequest.Builder> listBatchJobDefinitionsRequest)
Lists all the available batch job definitions based on the batch job resources uploaded during the application
creation.
|
default ListBatchJobDefinitionsIterable |
M2Client.listBatchJobDefinitionsPaginator(ListBatchJobDefinitionsRequest listBatchJobDefinitionsRequest)
Lists all the available batch job definitions based on the batch job resources uploaded during the application
creation.
|
default ListBatchJobExecutionsResponse |
M2Client.listBatchJobExecutions(Consumer<ListBatchJobExecutionsRequest.Builder> listBatchJobExecutionsRequest)
Lists historical, current, and scheduled batch job executions for a specific application.
|
default ListBatchJobExecutionsResponse |
M2Client.listBatchJobExecutions(ListBatchJobExecutionsRequest listBatchJobExecutionsRequest)
Lists historical, current, and scheduled batch job executions for a specific application.
|
default ListBatchJobExecutionsIterable |
M2Client.listBatchJobExecutionsPaginator(Consumer<ListBatchJobExecutionsRequest.Builder> listBatchJobExecutionsRequest)
Lists historical, current, and scheduled batch job executions for a specific application.
|
default ListBatchJobExecutionsIterable |
M2Client.listBatchJobExecutionsPaginator(ListBatchJobExecutionsRequest listBatchJobExecutionsRequest)
Lists historical, current, and scheduled batch job executions for a specific application.
|
default ListDataSetImportHistoryResponse |
M2Client.listDataSetImportHistory(Consumer<ListDataSetImportHistoryRequest.Builder> listDataSetImportHistoryRequest)
Lists the data set imports for the specified application.
|
default ListDataSetImportHistoryResponse |
M2Client.listDataSetImportHistory(ListDataSetImportHistoryRequest listDataSetImportHistoryRequest)
Lists the data set imports for the specified application.
|
default ListDataSetImportHistoryIterable |
M2Client.listDataSetImportHistoryPaginator(Consumer<ListDataSetImportHistoryRequest.Builder> listDataSetImportHistoryRequest)
Lists the data set imports for the specified application.
|
default ListDataSetImportHistoryIterable |
M2Client.listDataSetImportHistoryPaginator(ListDataSetImportHistoryRequest listDataSetImportHistoryRequest)
Lists the data set imports for the specified application.
|
default ListDataSetsResponse |
M2Client.listDataSets(Consumer<ListDataSetsRequest.Builder> listDataSetsRequest)
Lists the data sets imported for a specific application.
|
default ListDataSetsResponse |
M2Client.listDataSets(ListDataSetsRequest listDataSetsRequest)
Lists the data sets imported for a specific application.
|
default ListDataSetsIterable |
M2Client.listDataSetsPaginator(Consumer<ListDataSetsRequest.Builder> listDataSetsRequest)
Lists the data sets imported for a specific application.
|
default ListDataSetsIterable |
M2Client.listDataSetsPaginator(ListDataSetsRequest listDataSetsRequest)
Lists the data sets imported for a specific application.
|
default ListDeploymentsResponse |
M2Client.listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Returns a list of all deployments of a specific application.
|
default ListDeploymentsResponse |
M2Client.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Returns a list of all deployments of a specific application.
|
default ListDeploymentsIterable |
M2Client.listDeploymentsPaginator(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Returns a list of all deployments of a specific application.
|
default ListDeploymentsIterable |
M2Client.listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)
Returns a list of all deployments of a specific application.
|
default ListEngineVersionsResponse |
M2Client.listEngineVersions(Consumer<ListEngineVersionsRequest.Builder> listEngineVersionsRequest)
Lists the available engine versions.
|
default ListEngineVersionsResponse |
M2Client.listEngineVersions(ListEngineVersionsRequest listEngineVersionsRequest)
Lists the available engine versions.
|
default ListEngineVersionsIterable |
M2Client.listEngineVersionsPaginator(Consumer<ListEngineVersionsRequest.Builder> listEngineVersionsRequest)
Lists the available engine versions.
|
default ListEngineVersionsIterable |
M2Client.listEngineVersionsPaginator(ListEngineVersionsRequest listEngineVersionsRequest)
Lists the available engine versions.
|
default ListEnvironmentsResponse |
M2Client.listEnvironments(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest)
Lists the runtime environments.
|
default ListEnvironmentsResponse |
M2Client.listEnvironments(ListEnvironmentsRequest listEnvironmentsRequest)
Lists the runtime environments.
|
default ListEnvironmentsIterable |
M2Client.listEnvironmentsPaginator(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest)
Lists the runtime environments.
|
default ListEnvironmentsIterable |
M2Client.listEnvironmentsPaginator(ListEnvironmentsRequest listEnvironmentsRequest)
Lists the runtime environments.
|
default ListTagsForResourceResponse |
M2Client.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists the tags for the specified resource.
|
default ListTagsForResourceResponse |
M2Client.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags for the specified resource.
|
default StartApplicationResponse |
M2Client.startApplication(Consumer<StartApplicationRequest.Builder> startApplicationRequest)
Starts an application that is currently stopped.
|
default StartApplicationResponse |
M2Client.startApplication(StartApplicationRequest startApplicationRequest)
Starts an application that is currently stopped.
|
default StartBatchJobResponse |
M2Client.startBatchJob(Consumer<StartBatchJobRequest.Builder> startBatchJobRequest)
Starts a batch job and returns the unique identifier of this execution of the batch job.
|
default StartBatchJobResponse |
M2Client.startBatchJob(StartBatchJobRequest startBatchJobRequest)
Starts a batch job and returns the unique identifier of this execution of the batch job.
|
default StopApplicationResponse |
M2Client.stopApplication(Consumer<StopApplicationRequest.Builder> stopApplicationRequest)
Stops a running application.
|
default StopApplicationResponse |
M2Client.stopApplication(StopApplicationRequest stopApplicationRequest)
Stops a running application.
|
default TagResourceResponse |
M2Client.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds one or more tags to the specified resource.
|
default TagResourceResponse |
M2Client.tagResource(TagResourceRequest tagResourceRequest)
Adds one or more tags to the specified resource.
|
default UntagResourceResponse |
M2Client.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from the specified resource.
|
default UntagResourceResponse |
M2Client.untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from the specified resource.
|
default UpdateApplicationResponse |
M2Client.updateApplication(Consumer<UpdateApplicationRequest.Builder> updateApplicationRequest)
Updates an application and creates a new version.
|
default UpdateApplicationResponse |
M2Client.updateApplication(UpdateApplicationRequest updateApplicationRequest)
Updates an application and creates a new version.
|
default UpdateEnvironmentResponse |
M2Client.updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest)
Updates the configuration details for a specific runtime environment.
|
default UpdateEnvironmentResponse |
M2Client.updateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest)
Updates the configuration details for a specific runtime environment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
The account or role doesn't have the right permissions to make the request.
|
class |
ConflictException
The parameters provided in the request conflict with existing resources.
|
class |
InternalServerException
An unexpected error occurred during the processing of the request.
|
class |
ResourceNotFoundException
The specified resource was not found.
|
class |
ServiceQuotaExceededException
One or more quotas for Amazon Web Services Mainframe Modernization exceeds the limit.
|
class |
ThrottlingException
The number of requests made exceeds the limit.
|
class |
ValidationException
One or more parameters provided in the request is not valid.
|
| Modifier and Type | Method and Description |
|---|---|
M2Exception |
M2Exception.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(M2Exception ex) |
Copyright © 2023. All rights reserved.