Uses of Class
software.amazon.awssdk.services.migrationhub.model.CreateProgressUpdateStreamResponse
-
Packages that use CreateProgressUpdateStreamResponse 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. -
-
Uses of CreateProgressUpdateStreamResponse in software.amazon.awssdk.services.migrationhub
Methods in software.amazon.awssdk.services.migrationhub that return CreateProgressUpdateStreamResponse Modifier and Type Method Description 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.default CreateProgressUpdateStreamResponseMigrationHubClient. createProgressUpdateStream(CreateProgressUpdateStreamRequest 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.Methods in software.amazon.awssdk.services.migrationhub that return types with arguments of type CreateProgressUpdateStreamResponse 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 CompletableFuture<CreateProgressUpdateStreamResponse>MigrationHubAsyncClient. createProgressUpdateStream(CreateProgressUpdateStreamRequest 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.
-