| Package | Description |
|---|---|
| com.amazonaws.services.migrationhub.model |
| Modifier and Type | Method and Description |
|---|---|
CreatedArtifact |
CreatedArtifact.clone() |
CreatedArtifact |
AssociateCreatedArtifactRequest.getCreatedArtifact()
An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
|
CreatedArtifact |
CreatedArtifact.withDescription(String description)
A description that can be free-form text to record additional detail about the artifact for clarity or for later
reference.
|
CreatedArtifact |
CreatedArtifact.withName(String name)
An ARN that uniquely identifies the result of a migration task.
|
| Modifier and Type | Method and Description |
|---|---|
List<CreatedArtifact> |
ListCreatedArtifactsResult.getCreatedArtifactList()
List of created artifacts up to the maximum number of results specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociateCreatedArtifactRequest.setCreatedArtifact(CreatedArtifact createdArtifact)
An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
|
AssociateCreatedArtifactRequest |
AssociateCreatedArtifactRequest.withCreatedArtifact(CreatedArtifact createdArtifact)
An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
|
ListCreatedArtifactsResult |
ListCreatedArtifactsResult.withCreatedArtifactList(CreatedArtifact... createdArtifactList)
List of created artifacts up to the maximum number of results specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCreatedArtifactsResult.setCreatedArtifactList(Collection<CreatedArtifact> createdArtifactList)
List of created artifacts up to the maximum number of results specified in the request.
|
ListCreatedArtifactsResult |
ListCreatedArtifactsResult.withCreatedArtifactList(Collection<CreatedArtifact> createdArtifactList)
List of created artifacts up to the maximum number of results specified in the request.
|
Copyright © 2022. All rights reserved.