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