Uses of Interface
software.amazon.awssdk.services.migrationhubstrategy.model.GetApplicationComponentStrategiesRequest.Builder
-
Packages that use GetApplicationComponentStrategiesRequest.Builder Package Description software.amazon.awssdk.services.migrationhubstrategy Migration Hub Strategy Recommendations software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of GetApplicationComponentStrategiesRequest.Builder in software.amazon.awssdk.services.migrationhubstrategy
Method parameters in software.amazon.awssdk.services.migrationhubstrategy with type arguments of type GetApplicationComponentStrategiesRequest.Builder Modifier and Type Method Description default CompletableFuture<GetApplicationComponentStrategiesResponse>MigrationHubStrategyAsyncClient. getApplicationComponentStrategies(Consumer<GetApplicationComponentStrategiesRequest.Builder> getApplicationComponentStrategiesRequest)Retrieves a list of all the recommended strategies and tools for an application component running on a server.default GetApplicationComponentStrategiesResponseMigrationHubStrategyClient. getApplicationComponentStrategies(Consumer<GetApplicationComponentStrategiesRequest.Builder> getApplicationComponentStrategiesRequest)Retrieves a list of all the recommended strategies and tools for an application component running on a server. -
Uses of GetApplicationComponentStrategiesRequest.Builder in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return GetApplicationComponentStrategiesRequest.Builder Modifier and Type Method Description GetApplicationComponentStrategiesRequest.BuilderGetApplicationComponentStrategiesRequest.Builder. applicationComponentId(String applicationComponentId)The ID of the application component.static GetApplicationComponentStrategiesRequest.BuilderGetApplicationComponentStrategiesRequest. builder()GetApplicationComponentStrategiesRequest.BuilderGetApplicationComponentStrategiesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetApplicationComponentStrategiesRequest.BuilderGetApplicationComponentStrategiesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetApplicationComponentStrategiesRequest.BuilderGetApplicationComponentStrategiesRequest. toBuilder()Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type GetApplicationComponentStrategiesRequest.Builder Modifier and Type Method Description static Class<? extends GetApplicationComponentStrategiesRequest.Builder>GetApplicationComponentStrategiesRequest. serializableBuilderClass()
-