| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics.model | |
| software.amazon.awssdk.services.omics.paginators |
| Modifier and Type | Method and Description |
|---|---|
ShareDetails |
GetShareResponse.share()
An analytic store share details object.
|
| Modifier and Type | Method and Description |
|---|---|
List<ShareDetails> |
ListSharesResponse.shares()
The shares available and their meta details.
|
| Modifier and Type | Method and Description |
|---|---|
GetShareResponse.Builder |
GetShareResponse.Builder.share(ShareDetails share)
An analytic store share details object.
|
ListSharesResponse.Builder |
ListSharesResponse.Builder.shares(ShareDetails... shares)
The shares available and their meta details.
|
| Modifier and Type | Method and Description |
|---|---|
ListSharesResponse.Builder |
ListSharesResponse.Builder.shares(Collection<ShareDetails> shares)
The shares available and their meta details.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ShareDetails> |
ListSharesPublisher.shares()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ShareDetails> |
ListSharesIterable.shares()
Returns an iterable to iterate through the paginated
ListSharesResponse.shares() member. |
Copyright © 2023. All rights reserved.