Uses of Class
software.amazon.awssdk.services.ssmsap.model.ComponentSummary
-
Packages that use ComponentSummary Package Description software.amazon.awssdk.services.ssmsap.model software.amazon.awssdk.services.ssmsap.paginators -
-
Uses of ComponentSummary in software.amazon.awssdk.services.ssmsap.model
Methods in software.amazon.awssdk.services.ssmsap.model that return types with arguments of type ComponentSummary Modifier and Type Method Description List<ComponentSummary>ListComponentsResponse. components()List of components registered with AWS System Manager for SAP.Methods in software.amazon.awssdk.services.ssmsap.model with parameters of type ComponentSummary Modifier and Type Method Description ListComponentsResponse.BuilderListComponentsResponse.Builder. components(ComponentSummary... components)List of components registered with AWS System Manager for SAP.Method parameters in software.amazon.awssdk.services.ssmsap.model with type arguments of type ComponentSummary Modifier and Type Method Description ListComponentsResponse.BuilderListComponentsResponse.Builder. components(Collection<ComponentSummary> components)List of components registered with AWS System Manager for SAP. -
Uses of ComponentSummary in software.amazon.awssdk.services.ssmsap.paginators
Methods in software.amazon.awssdk.services.ssmsap.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.
-