| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AssociationSummary> |
ListAssociationsResponse.associationSummaries()
A list of associations and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssociationsResponse.Builder |
ListAssociationsResponse.Builder.associationSummaries(AssociationSummary... associationSummaries)
A list of associations and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssociationsResponse.Builder |
ListAssociationsResponse.Builder.associationSummaries(Collection<AssociationSummary> associationSummaries)
A list of associations and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AssociationSummary> |
ListAssociationsPublisher.associationSummaries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AssociationSummary> |
ListAssociationsIterable.associationSummaries()
Returns an iterable to iterate through the paginated
ListAssociationsResponse.associationSummaries()
member. |
Copyright © 2022. All rights reserved.