| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
SpaceDetails |
SpaceDetails.clone() |
SpaceDetails |
SpaceDetails.withCreationTime(Date creationTime)
The creation time.
|
SpaceDetails |
SpaceDetails.withDomainId(String domainId)
The ID of the associated Domain.
|
SpaceDetails |
SpaceDetails.withLastModifiedTime(Date lastModifiedTime)
The last modified time.
|
SpaceDetails |
SpaceDetails.withSpaceName(String spaceName)
The name of the space.
|
SpaceDetails |
SpaceDetails.withStatus(SpaceStatus status)
The status.
|
SpaceDetails |
SpaceDetails.withStatus(String status)
The status.
|
| Modifier and Type | Method and Description |
|---|---|
List<SpaceDetails> |
ListSpacesResult.getSpaces()
The list of spaces.
|
| Modifier and Type | Method and Description |
|---|---|
ListSpacesResult |
ListSpacesResult.withSpaces(SpaceDetails... spaces)
The list of spaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSpacesResult.setSpaces(Collection<SpaceDetails> spaces)
The list of spaces.
|
ListSpacesResult |
ListSpacesResult.withSpaces(Collection<SpaceDetails> spaces)
The list of spaces.
|
Copyright © 2023. All rights reserved.