Uses of Class
software.amazon.awssdk.services.proton.model.EnvironmentTemplateVersionSummary
-
Packages that use EnvironmentTemplateVersionSummary Package Description software.amazon.awssdk.services.proton.model software.amazon.awssdk.services.proton.paginators -
-
Uses of EnvironmentTemplateVersionSummary in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type EnvironmentTemplateVersionSummary Modifier and Type Method Description List<EnvironmentTemplateVersionSummary>ListEnvironmentTemplateVersionsResponse. templateVersions()An array of major or minor versions of an environment template detail data.Methods in software.amazon.awssdk.services.proton.model with parameters of type EnvironmentTemplateVersionSummary Modifier and Type Method Description ListEnvironmentTemplateVersionsResponse.BuilderListEnvironmentTemplateVersionsResponse.Builder. templateVersions(EnvironmentTemplateVersionSummary... templateVersions)An array of major or minor versions of an environment template detail data.Method parameters in software.amazon.awssdk.services.proton.model with type arguments of type EnvironmentTemplateVersionSummary Modifier and Type Method Description ListEnvironmentTemplateVersionsResponse.BuilderListEnvironmentTemplateVersionsResponse.Builder. templateVersions(Collection<EnvironmentTemplateVersionSummary> templateVersions)An array of major or minor versions of an environment template detail data. -
Uses of EnvironmentTemplateVersionSummary in software.amazon.awssdk.services.proton.paginators
Methods in software.amazon.awssdk.services.proton.paginators that return types with arguments of type EnvironmentTemplateVersionSummary Modifier and Type Method Description SdkIterable<EnvironmentTemplateVersionSummary>ListEnvironmentTemplateVersionsIterable. templateVersions()Returns an iterable to iterate through the paginatedListEnvironmentTemplateVersionsResponse.templateVersions()member.SdkPublisher<EnvironmentTemplateVersionSummary>ListEnvironmentTemplateVersionsPublisher. templateVersions()Returns a publisher that can be used to get a stream of data.
-