Uses of Class
software.amazon.awssdk.services.migrationhub.model.CreateProgressUpdateStreamRequest
-
Packages that use CreateProgressUpdateStreamRequest 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.transform -
-
Uses of CreateProgressUpdateStreamRequest in software.amazon.awssdk.services.migrationhub
Methods in software.amazon.awssdk.services.migrationhub with parameters of type CreateProgressUpdateStreamRequest Modifier and Type Method Description 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.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. -
Uses of CreateProgressUpdateStreamRequest in software.amazon.awssdk.services.migrationhub.transform
Methods in software.amazon.awssdk.services.migrationhub.transform with parameters of type CreateProgressUpdateStreamRequest Modifier and Type Method Description SdkHttpFullRequestCreateProgressUpdateStreamRequestMarshaller. marshall(CreateProgressUpdateStreamRequest createProgressUpdateStreamRequest)
-