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