| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
AppInputSource |
AppInputSource.clone() |
AppInputSource |
DeleteAppInputSourceResult.getAppInputSource()
The name of the input source from where the application resource is imported from.
|
AppInputSource |
AppInputSource.withImportType(ResourceMappingType importType)
The resource type of the input source.
|
AppInputSource |
AppInputSource.withImportType(String importType)
The resource type of the input source.
|
AppInputSource |
AppInputSource.withResourceCount(Integer resourceCount)
The number of resources that were imported.
|
AppInputSource |
AppInputSource.withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the input source.
|
AppInputSource |
AppInputSource.withSourceName(String sourceName)
The name of the input source.
|
AppInputSource |
AppInputSource.withTerraformSource(TerraformSource terraformSource)
The name of the Terraform s3 state file.
|
| Modifier and Type | Method and Description |
|---|---|
List<AppInputSource> |
ListAppInputSourcesResult.getAppInputSources()
The list of AWS Resilience Hub application input sources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteAppInputSourceResult.setAppInputSource(AppInputSource appInputSource)
The name of the input source from where the application resource is imported from.
|
DeleteAppInputSourceResult |
DeleteAppInputSourceResult.withAppInputSource(AppInputSource appInputSource)
The name of the input source from where the application resource is imported from.
|
ListAppInputSourcesResult |
ListAppInputSourcesResult.withAppInputSources(AppInputSource... appInputSources)
The list of AWS Resilience Hub application input sources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAppInputSourcesResult.setAppInputSources(Collection<AppInputSource> appInputSources)
The list of AWS Resilience Hub application input sources.
|
ListAppInputSourcesResult |
ListAppInputSourcesResult.withAppInputSources(Collection<AppInputSource> appInputSources)
The list of AWS Resilience Hub application input sources.
|
Copyright © 2023. All rights reserved.