Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.ResourcesListItem
-
Packages that use ResourcesListItem Package Description software.amazon.awssdk.services.servicecatalogappregistry.model -
-
Uses of ResourcesListItem in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type ResourcesListItem Modifier and Type Method Description List<ResourcesListItem>ApplicationTagResult. resources()The resources associated with an applicationMethods in software.amazon.awssdk.services.servicecatalogappregistry.model with parameters of type ResourcesListItem Modifier and Type Method Description ApplicationTagResult.BuilderApplicationTagResult.Builder. resources(ResourcesListItem... resources)The resources associated with an applicationMethod parameters in software.amazon.awssdk.services.servicecatalogappregistry.model with type arguments of type ResourcesListItem Modifier and Type Method Description ApplicationTagResult.BuilderApplicationTagResult.Builder. resources(Collection<ResourcesListItem> resources)The resources associated with an application
-