Uses of Class
software.amazon.awssdk.services.cloudformation.model.TypeVersionSummary
-
Packages that use TypeVersionSummary Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of TypeVersionSummary in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type TypeVersionSummary Modifier and Type Method Description List<TypeVersionSummary>ListTypeVersionsResponse. typeVersionSummaries()A list ofTypeVersionSummarystructures that contain information about the specified extension's versions.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type TypeVersionSummary Modifier and Type Method Description ListTypeVersionsResponse.BuilderListTypeVersionsResponse.Builder. typeVersionSummaries(TypeVersionSummary... typeVersionSummaries)A list ofTypeVersionSummarystructures that contain information about the specified extension's versions.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type TypeVersionSummary Modifier and Type Method Description ListTypeVersionsResponse.BuilderListTypeVersionsResponse.Builder. typeVersionSummaries(Collection<TypeVersionSummary> typeVersionSummaries)A list ofTypeVersionSummarystructures that contain information about the specified extension's versions.
-