| 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.withOwnershipSettingsSummary(OwnershipSettingsSummary ownershipSettingsSummary)
Specifies summary information about the ownership settings.
|
SpaceDetails |
SpaceDetails.withSpaceDisplayName(String spaceDisplayName)
The name of the space that appears in the Studio UI.
|
SpaceDetails |
SpaceDetails.withSpaceName(String spaceName)
The name of the space.
|
SpaceDetails |
SpaceDetails.withSpaceSettingsSummary(SpaceSettingsSummary spaceSettingsSummary)
Specifies summary information about the space settings.
|
SpaceDetails |
SpaceDetails.withSpaceSharingSettingsSummary(SpaceSharingSettingsSummary spaceSharingSettingsSummary)
Specifies summary information about the space sharing settings.
|
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 © 2024. All rights reserved.