Uses of Class
software.amazon.awssdk.services.appconfig.model.HostedConfigurationVersionSummary
-
Packages that use HostedConfigurationVersionSummary Package Description software.amazon.awssdk.services.appconfig.model software.amazon.awssdk.services.appconfig.paginators -
-
Uses of HostedConfigurationVersionSummary in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type HostedConfigurationVersionSummary Modifier and Type Method Description List<HostedConfigurationVersionSummary>ListHostedConfigurationVersionsResponse. items()The elements from this collection.Methods in software.amazon.awssdk.services.appconfig.model with parameters of type HostedConfigurationVersionSummary Modifier and Type Method Description ListHostedConfigurationVersionsResponse.BuilderListHostedConfigurationVersionsResponse.Builder. items(HostedConfigurationVersionSummary... items)The elements from this collection.Method parameters in software.amazon.awssdk.services.appconfig.model with type arguments of type HostedConfigurationVersionSummary Modifier and Type Method Description ListHostedConfigurationVersionsResponse.BuilderListHostedConfigurationVersionsResponse.Builder. items(Collection<HostedConfigurationVersionSummary> items)The elements from this collection. -
Uses of HostedConfigurationVersionSummary in software.amazon.awssdk.services.appconfig.paginators
Methods in software.amazon.awssdk.services.appconfig.paginators that return types with arguments of type HostedConfigurationVersionSummary Modifier and Type Method Description SdkIterable<HostedConfigurationVersionSummary>ListHostedConfigurationVersionsIterable. items()Returns an iterable to iterate through the paginatedListHostedConfigurationVersionsResponse.items()member.SdkPublisher<HostedConfigurationVersionSummary>ListHostedConfigurationVersionsPublisher. items()Returns a publisher that can be used to get a stream of data.
-