Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.StopAssessmentResponse
-
Packages that use StopAssessmentResponse Package Description software.amazon.awssdk.services.migrationhubstrategy Migration Hub Strategy Recommendations -
-
Uses of StopAssessmentResponse in software.amazon.awssdk.services.migrationhubstrategy
Methods in software.amazon.awssdk.services.migrationhubstrategy that return StopAssessmentResponse Modifier and Type Method Description default StopAssessmentResponseMigrationHubStrategyClient. stopAssessment(Consumer<StopAssessmentRequest.Builder> stopAssessmentRequest)Stops the assessment of an on-premises environment.default StopAssessmentResponseMigrationHubStrategyClient. stopAssessment(StopAssessmentRequest stopAssessmentRequest)Stops the assessment of an on-premises environment.Methods in software.amazon.awssdk.services.migrationhubstrategy that return types with arguments of type StopAssessmentResponse Modifier and Type Method Description default CompletableFuture<StopAssessmentResponse>MigrationHubStrategyAsyncClient. stopAssessment(Consumer<StopAssessmentRequest.Builder> stopAssessmentRequest)Stops the assessment of an on-premises environment.default CompletableFuture<StopAssessmentResponse>MigrationHubStrategyAsyncClient. stopAssessment(StopAssessmentRequest stopAssessmentRequest)Stops the assessment of an on-premises environment.
-