Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.PluginSummary
-
Packages that use PluginSummary Package Description software.amazon.awssdk.services.migrationhuborchestrator.model software.amazon.awssdk.services.migrationhuborchestrator.paginators -
-
Uses of PluginSummary in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return types with arguments of type PluginSummary Modifier and Type Method Description List<PluginSummary>ListPluginsResponse. plugins()Migration Hub Orchestrator plugins.Methods in software.amazon.awssdk.services.migrationhuborchestrator.model with parameters of type PluginSummary Modifier and Type Method Description ListPluginsResponse.BuilderListPluginsResponse.Builder. plugins(PluginSummary... plugins)Migration Hub Orchestrator plugins.Method parameters in software.amazon.awssdk.services.migrationhuborchestrator.model with type arguments of type PluginSummary Modifier and Type Method Description ListPluginsResponse.BuilderListPluginsResponse.Builder. plugins(Collection<PluginSummary> plugins)Migration Hub Orchestrator plugins. -
Uses of PluginSummary in software.amazon.awssdk.services.migrationhuborchestrator.paginators
Methods in software.amazon.awssdk.services.migrationhuborchestrator.paginators that return types with arguments of type PluginSummary Modifier and Type Method Description SdkIterable<PluginSummary>ListPluginsIterable. plugins()Returns an iterable to iterate through the paginatedListPluginsResponse.plugins()member.SdkPublisher<PluginSummary>ListPluginsPublisher. plugins()Returns a publisher that can be used to get a stream of data.
-