| Package | Description |
|---|---|
| com.amazonaws.services.mainframemodernization |
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.
|
| com.amazonaws.services.mainframemodernization.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateApplicationResult> |
AWSMainframeModernizationAsyncClient.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
Future<CreateApplicationResult> |
AWSMainframeModernizationAsync.createApplicationAsync(CreateApplicationRequest createApplicationRequest,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
Creates a new application with given parameters.
|
Future<CreateApplicationResult> |
AbstractAWSMainframeModernizationAsync.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest |
CreateApplicationRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateApplicationRequest |
CreateApplicationRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateApplicationRequest |
CreateApplicationRequest.clone() |
CreateApplicationRequest |
CreateApplicationRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier the service generates to ensure the idempotency of the request to create an
application.
|
CreateApplicationRequest |
CreateApplicationRequest.withDefinition(Definition definition)
The application definition for this application.
|
CreateApplicationRequest |
CreateApplicationRequest.withDescription(String description)
The description of the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withEngineType(EngineType engineType)
The type of the target platform for this application.
|
CreateApplicationRequest |
CreateApplicationRequest.withEngineType(String engineType)
The type of the target platform for this application.
|
CreateApplicationRequest |
CreateApplicationRequest.withKmsKeyId(String kmsKeyId)
The identifier of a customer managed key.
|
CreateApplicationRequest |
CreateApplicationRequest.withName(String name)
The unique identifier of the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) that identifies a role that the application uses to access Amazon Web Services
resources that are not part of the application or are in a different Amazon Web Services account.
|
CreateApplicationRequest |
CreateApplicationRequest.withTags(Map<String,String> tags)
A list of tags to apply to the application.
|
Copyright © 2024. All rights reserved.