Uses of Class
software.amazon.awssdk.services.migrationhub.model.CreatedArtifact
-
Packages that use CreatedArtifact Package Description software.amazon.awssdk.services.migrationhub.model software.amazon.awssdk.services.migrationhub.paginators -
-
Uses of CreatedArtifact in software.amazon.awssdk.services.migrationhub.model
Methods in software.amazon.awssdk.services.migrationhub.model that return CreatedArtifact Modifier and Type Method Description CreatedArtifactAssociateCreatedArtifactRequest. createdArtifact()An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)Methods in software.amazon.awssdk.services.migrationhub.model that return types with arguments of type CreatedArtifact Modifier and Type Method Description List<CreatedArtifact>ListCreatedArtifactsResponse. createdArtifactList()List of created artifacts up to the maximum number of results specified in the request.Methods in software.amazon.awssdk.services.migrationhub.model with parameters of type CreatedArtifact Modifier and Type Method Description AssociateCreatedArtifactRequest.BuilderAssociateCreatedArtifactRequest.Builder. createdArtifact(CreatedArtifact createdArtifact)An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)ListCreatedArtifactsResponse.BuilderListCreatedArtifactsResponse.Builder. createdArtifactList(CreatedArtifact... createdArtifactList)List of created artifacts up to the maximum number of results specified in the request.Method parameters in software.amazon.awssdk.services.migrationhub.model with type arguments of type CreatedArtifact Modifier and Type Method Description ListCreatedArtifactsResponse.BuilderListCreatedArtifactsResponse.Builder. createdArtifactList(Collection<CreatedArtifact> createdArtifactList)List of created artifacts up to the maximum number of results specified in the request. -
Uses of CreatedArtifact in software.amazon.awssdk.services.migrationhub.paginators
Methods in software.amazon.awssdk.services.migrationhub.paginators that return types with arguments of type CreatedArtifact Modifier and Type Method Description SdkIterable<CreatedArtifact>ListCreatedArtifactsIterable. createdArtifactList()Returns an iterable to iterate through the paginatedListCreatedArtifactsResponse.createdArtifactList()member.SdkPublisher<CreatedArtifact>ListCreatedArtifactsPublisher. createdArtifactList()Returns a publisher that can be used to get a stream of data.
-