Uses of Class
software.amazon.awssdk.services.imagebuilder.model.ImageTestsConfiguration
-
Packages that use ImageTestsConfiguration Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of ImageTestsConfiguration in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return ImageTestsConfiguration Modifier and Type Method Description ImageTestsConfigurationCreateImagePipelineRequest. imageTestsConfiguration()The image test configuration of the image pipeline.ImageTestsConfigurationCreateImageRequest. imageTestsConfiguration()The image tests configuration of the image.ImageTestsConfigurationImage. imageTestsConfiguration()The image tests that ran when that Image Builder created this image.ImageTestsConfigurationImagePipeline. imageTestsConfiguration()The image tests configuration of the image pipeline.ImageTestsConfigurationUpdateImagePipelineRequest. imageTestsConfiguration()The image test configuration of the image pipeline.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type ImageTestsConfiguration Modifier and Type Method Description CreateImagePipelineRequest.BuilderCreateImagePipelineRequest.Builder. imageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)The image test configuration of the image pipeline.CreateImageRequest.BuilderCreateImageRequest.Builder. imageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)The image tests configuration of the image.Image.BuilderImage.Builder. imageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)The image tests that ran when that Image Builder created this image.ImagePipeline.BuilderImagePipeline.Builder. imageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)The image tests configuration of the image pipeline.UpdateImagePipelineRequest.BuilderUpdateImagePipelineRequest.Builder. imageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)The image test configuration of the image pipeline.
-