| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AppDetails |
AppDetails.clone() |
AppDetails |
AppDetails.withAppName(String appName)
The name of the app.
|
AppDetails |
AppDetails.withAppType(AppType appType)
The type of app.
|
AppDetails |
AppDetails.withAppType(String appType)
The type of app.
|
AppDetails |
AppDetails.withCreationTime(Date creationTime)
The creation time.
|
AppDetails |
AppDetails.withDomainId(String domainId)
The domain ID.
|
AppDetails |
AppDetails.withResourceSpec(ResourceSpec resourceSpec) |
AppDetails |
AppDetails.withSpaceName(String spaceName)
The name of the space.
|
AppDetails |
AppDetails.withStatus(AppStatus status)
The status.
|
AppDetails |
AppDetails.withStatus(String status)
The status.
|
AppDetails |
AppDetails.withUserProfileName(String userProfileName)
The user profile name.
|
| Modifier and Type | Method and Description |
|---|---|
List<AppDetails> |
ListAppsResult.getApps()
The list of apps.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppsResult |
ListAppsResult.withApps(AppDetails... apps)
The list of apps.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAppsResult.setApps(Collection<AppDetails> apps)
The list of apps.
|
ListAppsResult |
ListAppsResult.withApps(Collection<AppDetails> apps)
The list of apps.
|
Copyright © 2025. All rights reserved.