Uses of Class
software.amazon.awssdk.services.appconfig.model.ExtensionSummary
-
Packages that use ExtensionSummary Package Description software.amazon.awssdk.services.appconfig.model software.amazon.awssdk.services.appconfig.paginators -
-
Uses of ExtensionSummary in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type ExtensionSummary Modifier and Type Method Description List<ExtensionSummary>ListExtensionsResponse. items()The list of available extensions.Methods in software.amazon.awssdk.services.appconfig.model with parameters of type ExtensionSummary Modifier and Type Method Description ListExtensionsResponse.BuilderListExtensionsResponse.Builder. items(ExtensionSummary... items)The list of available extensions.Method parameters in software.amazon.awssdk.services.appconfig.model with type arguments of type ExtensionSummary Modifier and Type Method Description ListExtensionsResponse.BuilderListExtensionsResponse.Builder. items(Collection<ExtensionSummary> items)The list of available extensions. -
Uses of ExtensionSummary in software.amazon.awssdk.services.appconfig.paginators
Methods in software.amazon.awssdk.services.appconfig.paginators that return types with arguments of type ExtensionSummary Modifier and Type Method Description SdkIterable<ExtensionSummary>ListExtensionsIterable. items()Returns an iterable to iterate through the paginatedListExtensionsResponse.items()member.SdkPublisher<ExtensionSummary>ListExtensionsPublisher. items()Returns a publisher that can be used to get a stream of data.
-