| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
InstancePropertyFilter |
InstancePropertyFilter.clone() |
InstancePropertyFilter |
InstancePropertyFilter.withKey(InstancePropertyFilterKey key)
The name of the filter.
|
InstancePropertyFilter |
InstancePropertyFilter.withKey(String key)
The name of the filter.
|
InstancePropertyFilter |
InstancePropertyFilter.withValueSet(Collection<String> valueSet)
The filter values.
|
InstancePropertyFilter |
InstancePropertyFilter.withValueSet(String... valueSet)
The filter values.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstancePropertyFilter> |
DescribeInstancePropertiesRequest.getInstancePropertyFilterList()
An array of instance property filters.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInstancePropertiesRequest |
DescribeInstancePropertiesRequest.withInstancePropertyFilterList(InstancePropertyFilter... instancePropertyFilterList)
An array of instance property filters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInstancePropertiesRequest.setInstancePropertyFilterList(Collection<InstancePropertyFilter> instancePropertyFilterList)
An array of instance property filters.
|
DescribeInstancePropertiesRequest |
DescribeInstancePropertiesRequest.withInstancePropertyFilterList(Collection<InstancePropertyFilter> instancePropertyFilterList)
An array of instance property filters.
|
Copyright © 2024. All rights reserved.