Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.ListPluginsResponse
-
Packages that use ListPluginsResponse Package Description software.amazon.awssdk.services.migrationhuborchestrator This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS Migration Hub Orchestrator.software.amazon.awssdk.services.migrationhuborchestrator.paginators -
-
Uses of ListPluginsResponse in software.amazon.awssdk.services.migrationhuborchestrator
Methods in software.amazon.awssdk.services.migrationhuborchestrator that return ListPluginsResponse Modifier and Type Method Description default ListPluginsResponseMigrationHubOrchestratorClient. listPlugins(Consumer<ListPluginsRequest.Builder> listPluginsRequest)List AWS Migration Hub Orchestrator plugins.default ListPluginsResponseMigrationHubOrchestratorClient. listPlugins(ListPluginsRequest listPluginsRequest)List AWS Migration Hub Orchestrator plugins.Methods in software.amazon.awssdk.services.migrationhuborchestrator that return types with arguments of type ListPluginsResponse Modifier and Type Method Description default CompletableFuture<ListPluginsResponse>MigrationHubOrchestratorAsyncClient. listPlugins(Consumer<ListPluginsRequest.Builder> listPluginsRequest)List AWS Migration Hub Orchestrator plugins.default CompletableFuture<ListPluginsResponse>MigrationHubOrchestratorAsyncClient. listPlugins(ListPluginsRequest listPluginsRequest)List AWS Migration Hub Orchestrator plugins. -
Uses of ListPluginsResponse in software.amazon.awssdk.services.migrationhuborchestrator.paginators
Methods in software.amazon.awssdk.services.migrationhuborchestrator.paginators that return types with arguments of type ListPluginsResponse Modifier and Type Method Description Iterator<ListPluginsResponse>ListPluginsIterable. iterator()Method parameters in software.amazon.awssdk.services.migrationhuborchestrator.paginators with type arguments of type ListPluginsResponse Modifier and Type Method Description voidListPluginsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPluginsResponse> subscriber)
-