Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.UpdateServerConfigResponse
-
Packages that use UpdateServerConfigResponse Package Description software.amazon.awssdk.services.migrationhubstrategy Migration Hub Strategy Recommendations -
-
Uses of UpdateServerConfigResponse in software.amazon.awssdk.services.migrationhubstrategy
Methods in software.amazon.awssdk.services.migrationhubstrategy that return UpdateServerConfigResponse Modifier and Type Method Description default UpdateServerConfigResponseMigrationHubStrategyClient. updateServerConfig(Consumer<UpdateServerConfigRequest.Builder> updateServerConfigRequest)Updates the configuration of the specified server.default UpdateServerConfigResponseMigrationHubStrategyClient. updateServerConfig(UpdateServerConfigRequest updateServerConfigRequest)Updates the configuration of the specified server.Methods in software.amazon.awssdk.services.migrationhubstrategy that return types with arguments of type UpdateServerConfigResponse Modifier and Type Method Description default CompletableFuture<UpdateServerConfigResponse>MigrationHubStrategyAsyncClient. updateServerConfig(Consumer<UpdateServerConfigRequest.Builder> updateServerConfigRequest)Updates the configuration of the specified server.default CompletableFuture<UpdateServerConfigResponse>MigrationHubStrategyAsyncClient. updateServerConfig(UpdateServerConfigRequest updateServerConfigRequest)Updates the configuration of the specified server.
-