Uses of Class
software.amazon.awssdk.services.cloudformation.model.ResourceDefinition
Packages that use ResourceDefinition
-
Uses of ResourceDefinition in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ResourceDefinitionModifier and TypeMethodDescriptionfinal List<ResourceDefinition>UpdateGeneratedTemplateRequest.addResources()An optional list of resources to be added to the generated template.final List<ResourceDefinition>CreateGeneratedTemplateRequest.resources()An optional list of resources to be included in the generated template.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ResourceDefinitionModifier and TypeMethodDescriptionUpdateGeneratedTemplateRequest.Builder.addResources(ResourceDefinition... addResources) An optional list of resources to be added to the generated template.CreateGeneratedTemplateRequest.Builder.resources(ResourceDefinition... resources) An optional list of resources to be included in the generated template.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type ResourceDefinitionModifier and TypeMethodDescriptionUpdateGeneratedTemplateRequest.Builder.addResources(Collection<ResourceDefinition> addResources) An optional list of resources to be added to the generated template.CreateGeneratedTemplateRequest.Builder.resources(Collection<ResourceDefinition> resources) An optional list of resources to be included in the generated template.