| 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 custom platform attribute to which the filter values are applied.
|
PlatformFilter |
PlatformFilter.withValues(Collection<String> values)
The list of values applied to the custom platform attribute.
|
PlatformFilter |
PlatformFilter.withValues(String... values)
The list of values applied to the custom platform attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<PlatformFilter> |
ListPlatformVersionsRequest.getFilters()
List only the platforms where the platform member value relates to one of the supplied values.
|
| Modifier and Type | Method and Description |
|---|---|
ListPlatformVersionsRequest |
ListPlatformVersionsRequest.withFilters(PlatformFilter... filters)
List only the platforms where the platform member value relates to one of the supplied values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPlatformVersionsRequest.setFilters(Collection<PlatformFilter> filters)
List only the platforms where the platform member value relates to one of the supplied values.
|
ListPlatformVersionsRequest |
ListPlatformVersionsRequest.withFilters(Collection<PlatformFilter> filters)
List only the platforms where the platform member value relates to one of the supplied values.
|
Copyright © 2019. All rights reserved.