| Package | Description |
|---|---|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
ShareDetails |
ShareDetails.clone() |
ShareDetails |
GetShareResult.getShare()
An analytic store share details object.
|
ShareDetails |
ShareDetails.withCreationTime(Date creationTime)
The timestamp for when the share was created.
|
ShareDetails |
ShareDetails.withOwnerId(String ownerId)
The account ID for the data owner.
|
ShareDetails |
ShareDetails.withPrincipalSubscriber(String principalSubscriber)
The principal subscriber is the account the analytics store data is being shared with.
|
ShareDetails |
ShareDetails.withResourceArn(String resourceArn)
The resource Arn of the analytics store being shared.
|
ShareDetails |
ShareDetails.withShareId(String shareId)
The ID for a share offer for an analytics store .
|
ShareDetails |
ShareDetails.withShareName(String shareName)
The name of the share.
|
ShareDetails |
ShareDetails.withStatus(ShareStatus status)
The status of a share.
|
ShareDetails |
ShareDetails.withStatus(String status)
The status of a share.
|
ShareDetails |
ShareDetails.withStatusMessage(String statusMessage)
The status message for a share.
|
ShareDetails |
ShareDetails.withUpdateTime(Date updateTime)
The timestamp of the share update.
|
| Modifier and Type | Method and Description |
|---|---|
List<ShareDetails> |
ListSharesResult.getShares()
The shares available and their meta details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetShareResult.setShare(ShareDetails share)
An analytic store share details object.
|
GetShareResult |
GetShareResult.withShare(ShareDetails share)
An analytic store share details object.
|
ListSharesResult |
ListSharesResult.withShares(ShareDetails... shares)
The shares available and their meta details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSharesResult.setShares(Collection<ShareDetails> shares)
The shares available and their meta details.
|
ListSharesResult |
ListSharesResult.withShares(Collection<ShareDetails> shares)
The shares available and their meta details.
|
Copyright © 2023. All rights reserved.