Uses of Class
software.amazon.awssdk.services.resiliencehub.model.TerraformSource
-
Packages that use TerraformSource Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of TerraformSource in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return TerraformSource Modifier and Type Method Description TerraformSourceAppInputSource. terraformSource()The name of the Terraform s3 state file.TerraformSourceDeleteAppInputSourceRequest. terraformSource()The imported Terraform s3 state file you want to remove from the Resilience Hub application.Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type TerraformSource Modifier and Type Method Description List<TerraformSource>ImportResourcesToDraftAppVersionRequest. terraformSources()A list of terraform file s3 URLs you need to import.List<TerraformSource>ImportResourcesToDraftAppVersionResponse. terraformSources()A list of terraform file s3 URLs you have imported.Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type TerraformSource Modifier and Type Method Description AppInputSource.BuilderAppInputSource.Builder. terraformSource(TerraformSource terraformSource)The name of the Terraform s3 state file.DeleteAppInputSourceRequest.BuilderDeleteAppInputSourceRequest.Builder. terraformSource(TerraformSource terraformSource)The imported Terraform s3 state file you want to remove from the Resilience Hub application.ImportResourcesToDraftAppVersionRequest.BuilderImportResourcesToDraftAppVersionRequest.Builder. terraformSources(TerraformSource... terraformSources)A list of terraform file s3 URLs you need to import.ImportResourcesToDraftAppVersionResponse.BuilderImportResourcesToDraftAppVersionResponse.Builder. terraformSources(TerraformSource... terraformSources)A list of terraform file s3 URLs you have imported.Method parameters in software.amazon.awssdk.services.resiliencehub.model with type arguments of type TerraformSource Modifier and Type Method Description ImportResourcesToDraftAppVersionRequest.BuilderImportResourcesToDraftAppVersionRequest.Builder. terraformSources(Collection<TerraformSource> terraformSources)A list of terraform file s3 URLs you need to import.ImportResourcesToDraftAppVersionResponse.BuilderImportResourcesToDraftAppVersionResponse.Builder. terraformSources(Collection<TerraformSource> terraformSources)A list of terraform file s3 URLs you have imported.
-