Uses of Class
software.amazon.awssdk.services.appconfig.model.ExtensionAssociationSummary
-
Packages that use ExtensionAssociationSummary Package Description software.amazon.awssdk.services.appconfig.model software.amazon.awssdk.services.appconfig.paginators -
-
Uses of ExtensionAssociationSummary in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type ExtensionAssociationSummary Modifier and Type Method Description List<ExtensionAssociationSummary>ListExtensionAssociationsResponse. items()The list of extension associations.Methods in software.amazon.awssdk.services.appconfig.model with parameters of type ExtensionAssociationSummary Modifier and Type Method Description ListExtensionAssociationsResponse.BuilderListExtensionAssociationsResponse.Builder. items(ExtensionAssociationSummary... items)The list of extension associations.Method parameters in software.amazon.awssdk.services.appconfig.model with type arguments of type ExtensionAssociationSummary Modifier and Type Method Description ListExtensionAssociationsResponse.BuilderListExtensionAssociationsResponse.Builder. items(Collection<ExtensionAssociationSummary> items)The list of extension associations. -
Uses of ExtensionAssociationSummary in software.amazon.awssdk.services.appconfig.paginators
Methods in software.amazon.awssdk.services.appconfig.paginators that return types with arguments of type ExtensionAssociationSummary Modifier and Type Method Description SdkIterable<ExtensionAssociationSummary>ListExtensionAssociationsIterable. items()Returns an iterable to iterate through the paginatedListExtensionAssociationsResponse.items()member.SdkPublisher<ExtensionAssociationSummary>ListExtensionAssociationsPublisher. items()Returns a publisher that can be used to get a stream of data.
-