Uses of Class
software.amazon.awssdk.services.cloudformation.model.ResourceDetail
-
Packages that use ResourceDetail Package Description software.amazon.awssdk.services.cloudformation.model -
-
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 ResourceDetail Modifier and Type Method Description 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 ResourceDetail Modifier and Type Method Description DescribeGeneratedTemplateResponse.BuilderDescribeGeneratedTemplateResponse.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 ResourceDetail Modifier and Type Method Description DescribeGeneratedTemplateResponse.BuilderDescribeGeneratedTemplateResponse.Builder. resources(Collection<ResourceDetail> resources)A list of objects describing the details of the resources in the template generation.
-