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