Uses of Class
software.amazon.awssdk.services.resiliencehub.model.AppInputSource
-
Packages that use AppInputSource Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of AppInputSource in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return AppInputSource Modifier and Type Method Description AppInputSourceDeleteAppInputSourceResponse. appInputSource()Name of the input source from where the application resource is imported from.Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type AppInputSource Modifier and Type Method Description List<AppInputSource>ListAppInputSourcesResponse. appInputSources()The list of Resilience Hub application input sources.Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type AppInputSource Modifier and Type Method Description DeleteAppInputSourceResponse.BuilderDeleteAppInputSourceResponse.Builder. appInputSource(AppInputSource appInputSource)Name of the input source from where the application resource is imported from.ListAppInputSourcesResponse.BuilderListAppInputSourcesResponse.Builder. appInputSources(AppInputSource... appInputSources)The list of Resilience Hub application input sources.Method parameters in software.amazon.awssdk.services.resiliencehub.model with type arguments of type AppInputSource Modifier and Type Method Description ListAppInputSourcesResponse.BuilderListAppInputSourcesResponse.Builder. appInputSources(Collection<AppInputSource> appInputSources)The list of Resilience Hub application input sources.
-