Uses of Class
software.amazon.awssdk.services.appintegrations.model.ApplicationSummary
-
Packages that use ApplicationSummary Package Description software.amazon.awssdk.services.appintegrations.model software.amazon.awssdk.services.appintegrations.paginators -
-
Uses of ApplicationSummary in software.amazon.awssdk.services.appintegrations.model
Methods in software.amazon.awssdk.services.appintegrations.model that return types with arguments of type ApplicationSummary Modifier and Type Method Description List<ApplicationSummary>ListApplicationsResponse. applications()The Applications associated with this account.Methods in software.amazon.awssdk.services.appintegrations.model with parameters of type ApplicationSummary Modifier and Type Method Description ListApplicationsResponse.BuilderListApplicationsResponse.Builder. applications(ApplicationSummary... applications)The Applications associated with this account.Method parameters in software.amazon.awssdk.services.appintegrations.model with type arguments of type ApplicationSummary Modifier and Type Method Description ListApplicationsResponse.BuilderListApplicationsResponse.Builder. applications(Collection<ApplicationSummary> applications)The Applications associated with this account. -
Uses of ApplicationSummary in software.amazon.awssdk.services.appintegrations.paginators
Methods in software.amazon.awssdk.services.appintegrations.paginators that return types with arguments of type ApplicationSummary Modifier and Type Method Description SdkIterable<ApplicationSummary>ListApplicationsIterable. applications()Returns an iterable to iterate through the paginatedListApplicationsResponse.applications()member.SdkPublisher<ApplicationSummary>ListApplicationsPublisher. applications()Returns a publisher that can be used to get a stream of data.
-