| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhub.model | |
| software.amazon.awssdk.services.migrationhub.paginators |
| Modifier and Type | Method and Description |
|---|---|
CreatedArtifact |
AssociateCreatedArtifactRequest.createdArtifact()
An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
|
| Modifier and Type | Method and Description |
|---|---|
List<CreatedArtifact> |
ListCreatedArtifactsResponse.createdArtifactList()
List of created artifacts up to the maximum number of results specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateCreatedArtifactRequest.Builder |
AssociateCreatedArtifactRequest.Builder.createdArtifact(CreatedArtifact createdArtifact)
An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
|
ListCreatedArtifactsResponse.Builder |
ListCreatedArtifactsResponse.Builder.createdArtifactList(CreatedArtifact... createdArtifactList)
List of created artifacts up to the maximum number of results specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListCreatedArtifactsResponse.Builder |
ListCreatedArtifactsResponse.Builder.createdArtifactList(Collection<CreatedArtifact> createdArtifactList)
List of created artifacts up to the maximum number of results specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<CreatedArtifact> |
ListCreatedArtifactsPublisher.createdArtifactList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<CreatedArtifact> |
ListCreatedArtifactsIterable.createdArtifactList()
Returns an iterable to iterate through the paginated
ListCreatedArtifactsResponse.createdArtifactList()
member. |
Copyright © 2023. All rights reserved.