| Package | Description |
|---|---|
| com.amazonaws.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
PlatformFilter |
PlatformFilter.clone() |
PlatformFilter |
PlatformFilter.withOperator(String operator)
The operator to apply to the
Type with each of the Values. |
PlatformFilter |
PlatformFilter.withType(String type)
The platform version attribute to which the filter values are applied.
|
PlatformFilter |
PlatformFilter.withValues(Collection<String> values)
The list of values applied to the filtering platform version attribute.
|
PlatformFilter |
PlatformFilter.withValues(String... values)
The list of values applied to the filtering platform version attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<PlatformFilter> |
ListPlatformVersionsRequest.getFilters()
Criteria for restricting the resulting list of platform versions.
|
| Modifier and Type | Method and Description |
|---|---|
ListPlatformVersionsRequest |
ListPlatformVersionsRequest.withFilters(PlatformFilter... filters)
Criteria for restricting the resulting list of platform versions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPlatformVersionsRequest.setFilters(Collection<PlatformFilter> filters)
Criteria for restricting the resulting list of platform versions.
|
ListPlatformVersionsRequest |
ListPlatformVersionsRequest.withFilters(Collection<PlatformFilter> filters)
Criteria for restricting the resulting list of platform versions.
|
Copyright © 2024. All rights reserved.