| Package | Description |
|---|---|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.clone() |
Filter |
ListSharesRequest.getFilter()
Attributes that you use to filter for a specific subset of resource shares.
|
Filter |
Filter.withResourceArns(Collection<String> resourceArns)
Filter based on the Amazon Resource Number (ARN) of the resource.
|
Filter |
Filter.withResourceArns(String... resourceArns)
Filter based on the Amazon Resource Number (ARN) of the resource.
|
Filter |
Filter.withStatus(Collection<String> status)
Filter based on the resource status.
|
Filter |
Filter.withStatus(ShareStatus... status)
Filter based on the resource status.
|
Filter |
Filter.withStatus(String... status)
Filter based on the resource status.
|
Filter |
Filter.withType(Collection<String> type)
The type of resources to be filtered.
|
Filter |
Filter.withType(ShareResourceType... type)
The type of resources to be filtered.
|
Filter |
Filter.withType(String... type)
The type of resources to be filtered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSharesRequest.setFilter(Filter filter)
Attributes that you use to filter for a specific subset of resource shares.
|
ListSharesRequest |
ListSharesRequest.withFilter(Filter filter)
Attributes that you use to filter for a specific subset of resource shares.
|
Copyright © 2024. All rights reserved.