| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<EndpointSummary> |
ListEndpointsResponse.endpoints()
An array or endpoint objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListEndpointsResponse.Builder |
ListEndpointsResponse.Builder.endpoints(EndpointSummary... endpoints)
An array or endpoint objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListEndpointsResponse.Builder |
ListEndpointsResponse.Builder.endpoints(Collection<EndpointSummary> endpoints)
An array or endpoint objects.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<EndpointSummary> |
ListEndpointsPublisher.endpoints()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<EndpointSummary> |
ListEndpointsIterable.endpoints()
Returns an iterable to iterate through the paginated
ListEndpointsResponse.endpoints() member. |
Copyright © 2022. All rights reserved.