Uses of Class
software.amazon.awssdk.services.cloudformation.model.TypeVersionSummary
Packages that use TypeVersionSummary
-
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 TypeVersionSummaryModifier and TypeMethodDescriptionfinal 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 TypeVersionSummaryModifier and TypeMethodDescriptionListTypeVersionsResponse.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 TypeVersionSummaryModifier and TypeMethodDescriptionListTypeVersionsResponse.Builder.typeVersionSummaries(Collection<TypeVersionSummary> typeVersionSummaries) A list ofTypeVersionSummarystructures that contain information about the specified extension's versions.