Uses of Interface
software.amazon.awssdk.services.migrationhub.model.CreateProgressUpdateStreamRequest.Builder
-
Packages that use CreateProgressUpdateStreamRequest.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 CreateProgressUpdateStreamRequest.Builder in software.amazon.awssdk.services.migrationhub
Method parameters in software.amazon.awssdk.services.migrationhub with type arguments of type CreateProgressUpdateStreamRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateProgressUpdateStreamResponse>MigrationHubAsyncClient. createProgressUpdateStream(Consumer<CreateProgressUpdateStreamRequest.Builder> createProgressUpdateStreamRequest)Creates a progress update stream which is an AWS resource used for access control as well as a namespace for migration task names that is implicitly linked to your AWS account.default CreateProgressUpdateStreamResponseMigrationHubClient. createProgressUpdateStream(Consumer<CreateProgressUpdateStreamRequest.Builder> createProgressUpdateStreamRequest)Creates a progress update stream which is an AWS resource used for access control as well as a namespace for migration task names that is implicitly linked to your AWS account. -
Uses of CreateProgressUpdateStreamRequest.Builder in software.amazon.awssdk.services.migrationhub.model
Methods in software.amazon.awssdk.services.migrationhub.model that return types with arguments of type CreateProgressUpdateStreamRequest.Builder Modifier and Type Method Description static Class<? extends CreateProgressUpdateStreamRequest.Builder>CreateProgressUpdateStreamRequest. serializableBuilderClass()
-