Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.ListApplicationComponentsRequest
-
Packages that use ListApplicationComponentsRequest Package Description software.amazon.awssdk.services.migrationhubstrategy Migration Hub Strategy Recommendations software.amazon.awssdk.services.migrationhubstrategy.paginators software.amazon.awssdk.services.migrationhubstrategy.transform -
-
Uses of ListApplicationComponentsRequest in software.amazon.awssdk.services.migrationhubstrategy
Methods in software.amazon.awssdk.services.migrationhubstrategy with parameters of type ListApplicationComponentsRequest Modifier and Type Method Description default CompletableFuture<ListApplicationComponentsResponse>MigrationHubStrategyAsyncClient. listApplicationComponents(ListApplicationComponentsRequest listApplicationComponentsRequest)Retrieves a list of all the application components (processes).default ListApplicationComponentsResponseMigrationHubStrategyClient. listApplicationComponents(ListApplicationComponentsRequest listApplicationComponentsRequest)Retrieves a list of all the application components (processes).default ListApplicationComponentsPublisherMigrationHubStrategyAsyncClient. listApplicationComponentsPaginator(ListApplicationComponentsRequest listApplicationComponentsRequest)default ListApplicationComponentsIterableMigrationHubStrategyClient. listApplicationComponentsPaginator(ListApplicationComponentsRequest listApplicationComponentsRequest) -
Uses of ListApplicationComponentsRequest in software.amazon.awssdk.services.migrationhubstrategy.paginators
Constructors in software.amazon.awssdk.services.migrationhubstrategy.paginators with parameters of type ListApplicationComponentsRequest Constructor Description ListApplicationComponentsIterable(MigrationHubStrategyClient client, ListApplicationComponentsRequest firstRequest)ListApplicationComponentsPublisher(MigrationHubStrategyAsyncClient client, ListApplicationComponentsRequest firstRequest) -
Uses of ListApplicationComponentsRequest in software.amazon.awssdk.services.migrationhubstrategy.transform
Methods in software.amazon.awssdk.services.migrationhubstrategy.transform with parameters of type ListApplicationComponentsRequest Modifier and Type Method Description SdkHttpFullRequestListApplicationComponentsRequestMarshaller. marshall(ListApplicationComponentsRequest listApplicationComponentsRequest)
-