| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
InstancePropertyStringFilter |
InstancePropertyStringFilter.clone() |
InstancePropertyStringFilter |
InstancePropertyStringFilter.withKey(String key)
The filter key name to describe your managed nodes.
|
InstancePropertyStringFilter |
InstancePropertyStringFilter.withOperator(InstancePropertyFilterOperator operator)
The operator used by the filter call.
|
InstancePropertyStringFilter |
InstancePropertyStringFilter.withOperator(String operator)
The operator used by the filter call.
|
InstancePropertyStringFilter |
InstancePropertyStringFilter.withValues(Collection<String> values)
The filter key name to describe your managed nodes.
|
InstancePropertyStringFilter |
InstancePropertyStringFilter.withValues(String... values)
The filter key name to describe your managed nodes.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstancePropertyStringFilter> |
DescribeInstancePropertiesRequest.getFiltersWithOperator()
The request filters to use with the operator.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInstancePropertiesRequest |
DescribeInstancePropertiesRequest.withFiltersWithOperator(InstancePropertyStringFilter... filtersWithOperator)
The request filters to use with the operator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInstancePropertiesRequest.setFiltersWithOperator(Collection<InstancePropertyStringFilter> filtersWithOperator)
The request filters to use with the operator.
|
DescribeInstancePropertiesRequest |
DescribeInstancePropertiesRequest.withFiltersWithOperator(Collection<InstancePropertyStringFilter> filtersWithOperator)
The request filters to use with the operator.
|
Copyright © 2024. All rights reserved.