Uses of Class
software.amazon.awssdk.services.cloudformation.model.ResourceDetail
Packages that use ResourceDetail
-
Uses of ResourceDetail in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ResourceDetailModifier and TypeMethodDescriptionfinal List<ResourceDetail>DescribeGeneratedTemplateResponse.resources()A list of objects describing the details of the resources in the template generation.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ResourceDetailModifier and TypeMethodDescriptionDescribeGeneratedTemplateResponse.Builder.resources(ResourceDetail... resources) A list of objects describing the details of the resources in the template generation.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type ResourceDetailModifier and TypeMethodDescriptionDescribeGeneratedTemplateResponse.Builder.resources(Collection<ResourceDetail> resources) A list of objects describing the details of the resources in the template generation.