Uses of Class
software.amazon.awssdk.services.imagebuilder.model.ResourceStateUpdateExclusionRules
-
Packages that use ResourceStateUpdateExclusionRules Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of ResourceStateUpdateExclusionRules in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return ResourceStateUpdateExclusionRules Modifier and Type Method Description ResourceStateUpdateExclusionRulesStartResourceStateUpdateRequest. exclusionRules()Skip action on the image resource and associated resources if specified exclusion rules are met.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type ResourceStateUpdateExclusionRules Modifier and Type Method Description StartResourceStateUpdateRequest.BuilderStartResourceStateUpdateRequest.Builder. exclusionRules(ResourceStateUpdateExclusionRules exclusionRules)Skip action on the image resource and associated resources if specified exclusion rules are met.
-