Uses of Class
software.amazon.awssdk.services.proton.model.ServiceSummary
-
Packages that use ServiceSummary Package Description software.amazon.awssdk.services.proton.model software.amazon.awssdk.services.proton.paginators -
-
Uses of ServiceSummary in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type ServiceSummary Modifier and Type Method Description List<ServiceSummary>ListServicesResponse. services()An array of services with summaries of detail data.Methods in software.amazon.awssdk.services.proton.model with parameters of type ServiceSummary Modifier and Type Method Description ListServicesResponse.BuilderListServicesResponse.Builder. services(ServiceSummary... services)An array of services with summaries of detail data.Method parameters in software.amazon.awssdk.services.proton.model with type arguments of type ServiceSummary Modifier and Type Method Description ListServicesResponse.BuilderListServicesResponse.Builder. services(Collection<ServiceSummary> services)An array of services with summaries of detail data. -
Uses of ServiceSummary in software.amazon.awssdk.services.proton.paginators
Methods in software.amazon.awssdk.services.proton.paginators that return types with arguments of type ServiceSummary Modifier and Type Method Description SdkIterable<ServiceSummary>ListServicesIterable. services()Returns an iterable to iterate through the paginatedListServicesResponse.services()member.SdkPublisher<ServiceSummary>ListServicesPublisher. services()Returns a publisher that can be used to get a stream of data.
-