| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model | |
| software.amazon.awssdk.services.datazone.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DomainSummary> |
ListDomainsResponse.items()
The results of the
ListDomains action. |
| Modifier and Type | Method and Description |
|---|---|
ListDomainsResponse.Builder |
ListDomainsResponse.Builder.items(DomainSummary... items)
The results of the
ListDomains action. |
| Modifier and Type | Method and Description |
|---|---|
ListDomainsResponse.Builder |
ListDomainsResponse.Builder.items(Collection<DomainSummary> items)
The results of the
ListDomains action. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DomainSummary> |
ListDomainsPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DomainSummary> |
ListDomainsIterable.items()
Returns an iterable to iterate through the paginated
ListDomainsResponse.items() member. |
Copyright © 2023. All rights reserved.