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