| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
static PlatformFilter.Builder |
PlatformFilter.builder() |
PlatformFilter.Builder |
PlatformFilter.Builder.operator(String operator)
The operator to apply to the
Type with each of the Values. |
PlatformFilter.Builder |
PlatformFilter.toBuilder() |
PlatformFilter.Builder |
PlatformFilter.Builder.type(String type)
The platform version attribute to which the filter values are applied.
|
PlatformFilter.Builder |
PlatformFilter.Builder.values(Collection<String> values)
The list of values applied to the filtering platform version attribute.
|
PlatformFilter.Builder |
PlatformFilter.Builder.values(String... values)
The list of values applied to the filtering platform version attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PlatformFilter.Builder> |
PlatformFilter.serializableBuilderClass() |
Copyright © 2022. All rights reserved.