| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceInformationStringFilter |
InstanceInformationStringFilter.clone() |
InstanceInformationStringFilter |
InstanceInformationStringFilter.withKey(String key)
The filter key name to describe your instances.
|
InstanceInformationStringFilter |
InstanceInformationStringFilter.withValues(Collection<String> values)
The filter values.
|
InstanceInformationStringFilter |
InstanceInformationStringFilter.withValues(String... values)
The filter values.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceInformationStringFilter> |
DescribeInstanceInformationRequest.getFilters()
One or more filters.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInstanceInformationRequest |
DescribeInstanceInformationRequest.withFilters(InstanceInformationStringFilter... filters)
One or more filters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInstanceInformationRequest.setFilters(Collection<InstanceInformationStringFilter> filters)
One or more filters.
|
DescribeInstanceInformationRequest |
DescribeInstanceInformationRequest.withFilters(Collection<InstanceInformationStringFilter> filters)
One or more filters.
|
Copyright © 2021. All rights reserved.