Uses of Interface
software.amazon.awssdk.services.migrationhub.model.ListCreatedArtifactsRequest.Builder
-
Packages that use ListCreatedArtifactsRequest.Builder Package Description software.amazon.awssdk.services.migrationhub The AWS Migration Hub API methods help to obtain server and application migration status and integrate your resource-specific migration tool by providing a programmatic interface to Migration Hub.software.amazon.awssdk.services.migrationhub.model -
-
Uses of ListCreatedArtifactsRequest.Builder in software.amazon.awssdk.services.migrationhub
Method parameters in software.amazon.awssdk.services.migrationhub with type arguments of type ListCreatedArtifactsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListCreatedArtifactsResponse>MigrationHubAsyncClient. listCreatedArtifacts(Consumer<ListCreatedArtifactsRequest.Builder> listCreatedArtifactsRequest)Lists the created artifacts attached to a given migration task in an update stream.default ListCreatedArtifactsResponseMigrationHubClient. listCreatedArtifacts(Consumer<ListCreatedArtifactsRequest.Builder> listCreatedArtifactsRequest)Lists the created artifacts attached to a given migration task in an update stream.default ListCreatedArtifactsPublisherMigrationHubAsyncClient. listCreatedArtifactsPaginator(Consumer<ListCreatedArtifactsRequest.Builder> listCreatedArtifactsRequest)Lists the created artifacts attached to a given migration task in an update stream.default ListCreatedArtifactsIterableMigrationHubClient. listCreatedArtifactsPaginator(Consumer<ListCreatedArtifactsRequest.Builder> listCreatedArtifactsRequest)Lists the created artifacts attached to a given migration task in an update stream. -
Uses of ListCreatedArtifactsRequest.Builder in software.amazon.awssdk.services.migrationhub.model
Methods in software.amazon.awssdk.services.migrationhub.model that return ListCreatedArtifactsRequest.Builder Modifier and Type Method Description static ListCreatedArtifactsRequest.BuilderListCreatedArtifactsRequest. builder()ListCreatedArtifactsRequest.BuilderListCreatedArtifactsRequest.Builder. maxResults(Integer maxResults)Maximum number of results to be returned per page.ListCreatedArtifactsRequest.BuilderListCreatedArtifactsRequest.Builder. migrationTaskName(String migrationTaskName)Unique identifier that references the migration task.ListCreatedArtifactsRequest.BuilderListCreatedArtifactsRequest.Builder. nextToken(String nextToken)If aNextTokenwas returned by a previous call, there are more results available.ListCreatedArtifactsRequest.BuilderListCreatedArtifactsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCreatedArtifactsRequest.BuilderListCreatedArtifactsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCreatedArtifactsRequest.BuilderListCreatedArtifactsRequest.Builder. progressUpdateStream(String progressUpdateStream)The name of the ProgressUpdateStream.ListCreatedArtifactsRequest.BuilderListCreatedArtifactsRequest. toBuilder()Methods in software.amazon.awssdk.services.migrationhub.model that return types with arguments of type ListCreatedArtifactsRequest.Builder Modifier and Type Method Description static Class<? extends ListCreatedArtifactsRequest.Builder>ListCreatedArtifactsRequest. serializableBuilderClass()
-