Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model | |
com.amazonaws.services.simplesystemsmanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<InstanceInformationFilter> |
DescribeInstanceInformationRequest.instanceInformationFilterList
One or more filters.
|
Modifier and Type | Method and Description |
---|---|
InstanceInformationFilter |
InstanceInformationFilter.clone() |
InstanceInformationFilter |
InstanceInformationFilter.withKey(InstanceInformationFilterKey key)
The name of the filter.
|
InstanceInformationFilter |
InstanceInformationFilter.withKey(java.lang.String key)
The name of the filter.
|
InstanceInformationFilter |
InstanceInformationFilter.withValueSet(java.util.Collection<java.lang.String> valueSet)
The filter values.
|
InstanceInformationFilter |
InstanceInformationFilter.withValueSet(java.lang.String... valueSet)
The filter values.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<InstanceInformationFilter> |
DescribeInstanceInformationRequest.getInstanceInformationFilterList()
One or more filters.
|
Modifier and Type | Method and Description |
---|---|
DescribeInstanceInformationRequest |
DescribeInstanceInformationRequest.withInstanceInformationFilterList(InstanceInformationFilter... instanceInformationFilterList)
One or more filters.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeInstanceInformationRequest.setInstanceInformationFilterList(java.util.Collection<InstanceInformationFilter> instanceInformationFilterList)
One or more filters.
|
DescribeInstanceInformationRequest |
DescribeInstanceInformationRequest.withInstanceInformationFilterList(java.util.Collection<InstanceInformationFilter> instanceInformationFilterList)
One or more filters.
|
Modifier and Type | Method and Description |
---|---|
InstanceInformationFilter |
InstanceInformationFilterJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
InstanceInformationFilterJsonMarshaller.marshall(InstanceInformationFilter instanceInformationFilter,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|