static Filter.Builder |
Filter.builder() |
|
Filter.Builder |
Filter.Builder.resourceArns(String... resourceArns) |
Filter based on the Amazon Resource Number (ARN) of the resource.
|
Filter.Builder |
Filter.Builder.resourceArns(Collection<String> resourceArns) |
Filter based on the Amazon Resource Number (ARN) of the resource.
|
Filter.Builder |
Filter.Builder.status(Collection<ShareStatus> status) |
Filter based on the resource status.
|
Filter.Builder |
Filter.Builder.status(ShareStatus... status) |
Filter based on the resource status.
|
Filter.Builder |
Filter.Builder.statusWithStrings(String... status) |
Filter based on the resource status.
|
Filter.Builder |
Filter.Builder.statusWithStrings(Collection<String> status) |
Filter based on the resource status.
|
Filter.Builder |
Filter.toBuilder() |
|
Filter.Builder |
Filter.Builder.type(Collection<ShareResourceType> type) |
The type of resources to be filtered.
|
Filter.Builder |
Filter.Builder.type(ShareResourceType... type) |
The type of resources to be filtered.
|
Filter.Builder |
Filter.Builder.typeWithStrings(String... type) |
The type of resources to be filtered.
|
Filter.Builder |
Filter.Builder.typeWithStrings(Collection<String> type) |
The type of resources to be filtered.
|