Uses of Class
software.amazon.awssdk.services.proton.model.ComponentSummary
-
Packages that use ComponentSummary Package Description software.amazon.awssdk.services.proton.model software.amazon.awssdk.services.proton.paginators -
-
Uses of ComponentSummary in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type ComponentSummary Modifier and Type Method Description List<ComponentSummary>ListComponentsResponse. components()An array of components with summary data.Methods in software.amazon.awssdk.services.proton.model with parameters of type ComponentSummary Modifier and Type Method Description ListComponentsResponse.BuilderListComponentsResponse.Builder. components(ComponentSummary... components)An array of components with summary data.Method parameters in software.amazon.awssdk.services.proton.model with type arguments of type ComponentSummary Modifier and Type Method Description ListComponentsResponse.BuilderListComponentsResponse.Builder. components(Collection<ComponentSummary> components)An array of components with summary data. -
Uses of ComponentSummary in software.amazon.awssdk.services.proton.paginators
Methods in software.amazon.awssdk.services.proton.paginators that return types with arguments of type ComponentSummary Modifier and Type Method Description SdkIterable<ComponentSummary>ListComponentsIterable. components()Returns an iterable to iterate through the paginatedListComponentsResponse.components()member.SdkPublisher<ComponentSummary>ListComponentsPublisher. components()Returns a publisher that can be used to get a stream of data.
-