| Package | Description |
|---|---|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
ShareDetails |
ShareDetails.clone() |
ShareDetails |
GetShareResult.getShare()
A resource share details object.
|
ShareDetails |
ShareDetails.withCreationTime(Date creationTime)
The timestamp of when the resource 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 that is sharing the resource.
|
ShareDetails |
ShareDetails.withResourceArn(String resourceArn)
The Arn of the shared resource.
|
ShareDetails |
ShareDetails.withResourceId(String resourceId)
The ID of the shared resource.
|
ShareDetails |
ShareDetails.withShareId(String shareId)
The ID of the resource share.
|
ShareDetails |
ShareDetails.withShareName(String shareName)
The name of the resource share.
|
ShareDetails |
ShareDetails.withStatus(ShareStatus status)
The status of the share.
|
ShareDetails |
ShareDetails.withStatus(String status)
The status of the share.
|
ShareDetails |
ShareDetails.withStatusMessage(String statusMessage)
The status message for a resource share.
|
ShareDetails |
ShareDetails.withUpdateTime(Date updateTime)
The timestamp of the resource share update.
|
| Modifier and Type | Method and Description |
|---|---|
List<ShareDetails> |
ListSharesResult.getShares()
The shares available and their metadata details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetShareResult.setShare(ShareDetails share)
A resource share details object.
|
GetShareResult |
GetShareResult.withShare(ShareDetails share)
A resource share details object.
|
ListSharesResult |
ListSharesResult.withShares(ShareDetails... shares)
The shares available and their metadata details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSharesResult.setShares(Collection<ShareDetails> shares)
The shares available and their metadata details.
|
ListSharesResult |
ListSharesResult.withShares(Collection<ShareDetails> shares)
The shares available and their metadata details.
|
Copyright © 2025. All rights reserved.