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