| Package | Description |
|---|---|
| com.amazonaws.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.clone() |
Filter |
Filter.withKey(FilterNameStringType key)
The following are keys you can use:
|
Filter |
Filter.withKey(String key)
The following are keys you can use:
|
Filter |
Filter.withValues(Collection<String> values)
The keyword to filter for.
|
Filter |
Filter.withValues(String... values)
The keyword to filter for.
|
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
ListSecretsRequest.getFilters()
The filters to apply to the list of secrets.
|
| Modifier and Type | Method and Description |
|---|---|
ListSecretsRequest |
ListSecretsRequest.withFilters(Filter... filters)
The filters to apply to the list of secrets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSecretsRequest.setFilters(Collection<Filter> filters)
The filters to apply to the list of secrets.
|
ListSecretsRequest |
ListSecretsRequest.withFilters(Collection<Filter> filters)
The filters to apply to the list of secrets.
|
Copyright © 2022. All rights reserved.