| Package | Description |
|---|---|
| com.amazonaws.services.repostspace.model |
| Modifier and Type | Method and Description |
|---|---|
SpaceData |
SpaceData.clone() |
SpaceData |
SpaceData.withArn(String arn)
The ARN of the private re:Post.
|
SpaceData |
SpaceData.withConfigurationStatus(ConfigurationStatus configurationStatus)
The configuration status of the private re:Post.
|
SpaceData |
SpaceData.withConfigurationStatus(String configurationStatus)
The configuration status of the private re:Post.
|
SpaceData |
SpaceData.withContentSize(Long contentSize)
The content size of the private re:Post.
|
SpaceData |
SpaceData.withCreateDateTime(Date createDateTime)
The date when the private re:Post was created.
|
SpaceData |
SpaceData.withDeleteDateTime(Date deleteDateTime)
The date when the private re:Post was deleted.
|
SpaceData |
SpaceData.withDescription(String description)
The description for the private re:Post.
|
SpaceData |
SpaceData.withName(String name)
The name for the private re:Post.
|
SpaceData |
SpaceData.withRandomDomain(String randomDomain)
The AWS generated subdomain of the private re:Post.
|
SpaceData |
SpaceData.withSpaceId(String spaceId)
The unique ID of the private re:Post.
|
SpaceData |
SpaceData.withStatus(String status)
The creation/deletion status of the private re:Post.
|
SpaceData |
SpaceData.withStorageLimit(Long storageLimit)
The storage limit of the private re:Post.
|
SpaceData |
SpaceData.withTier(String tier)
The pricing tier of the private re:Post.
|
SpaceData |
SpaceData.withTier(TierLevel tier)
The pricing tier of the private re:Post.
|
SpaceData |
SpaceData.withUserCount(Integer userCount)
The number of onboarded users to the private re:Post.
|
SpaceData |
SpaceData.withUserKMSKey(String userKMSKey)
The custom AWS KMS key ARN that’s used for the AWS KMS encryption.
|
SpaceData |
SpaceData.withVanityDomain(String vanityDomain)
This custom subdomain that you use to access your private re:Post.
|
SpaceData |
SpaceData.withVanityDomainStatus(String vanityDomainStatus)
This approval status of the custom subdomain.
|
SpaceData |
SpaceData.withVanityDomainStatus(VanityDomainStatus vanityDomainStatus)
This approval status of the custom subdomain.
|
| Modifier and Type | Method and Description |
|---|---|
List<SpaceData> |
ListSpacesResult.getSpaces()
An array of structures that contain some information about the private re:Posts in the account.
|
| Modifier and Type | Method and Description |
|---|---|
ListSpacesResult |
ListSpacesResult.withSpaces(SpaceData... spaces)
An array of structures that contain some information about the private re:Posts in the account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSpacesResult.setSpaces(Collection<SpaceData> spaces)
An array of structures that contain some information about the private re:Posts in the account.
|
ListSpacesResult |
ListSpacesResult.withSpaces(Collection<SpaceData> spaces)
An array of structures that contain some information about the private re:Posts in the account.
|
Copyright © 2023. All rights reserved.