| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicequotas.model | |
| software.amazon.awssdk.services.servicequotas.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceInfo> |
ListServicesResponse.services()
Information about the services.
|
| Modifier and Type | Method and Description |
|---|---|
ListServicesResponse.Builder |
ListServicesResponse.Builder.services(ServiceInfo... services)
Information about the services.
|
| Modifier and Type | Method and Description |
|---|---|
ListServicesResponse.Builder |
ListServicesResponse.Builder.services(Collection<ServiceInfo> services)
Information about the services.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ServiceInfo> |
ListServicesIterable.services()
Returns an iterable to iterate through the paginated
ListServicesResponse.services() member. |
SdkPublisher<ServiceInfo> |
ListServicesPublisher.services()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.