| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AppImageConfigDetails> |
ListAppImageConfigsResponse.appImageConfigs()
A list of AppImageConfigs and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppImageConfigsResponse.Builder |
ListAppImageConfigsResponse.Builder.appImageConfigs(AppImageConfigDetails... appImageConfigs)
A list of AppImageConfigs and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppImageConfigsResponse.Builder |
ListAppImageConfigsResponse.Builder.appImageConfigs(Collection<AppImageConfigDetails> appImageConfigs)
A list of AppImageConfigs and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<AppImageConfigDetails> |
ListAppImageConfigsIterable.appImageConfigs()
Returns an iterable to iterate through the paginated
ListAppImageConfigsResponse.appImageConfigs()
member. |
SdkPublisher<AppImageConfigDetails> |
ListAppImageConfigsPublisher.appImageConfigs()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.