Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model | |
com.amazonaws.services.simplesystemsmanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<CommandFilter> |
ListCommandsRequest.filters
(Optional) One or more filters.
|
private SdkInternalList<CommandFilter> |
ListCommandInvocationsRequest.filters
(Optional) One or more filters.
|
Modifier and Type | Method and Description |
---|---|
CommandFilter |
CommandFilter.clone() |
CommandFilter |
CommandFilter.withKey(CommandFilterKey key)
The name of the filter.
|
CommandFilter |
CommandFilter.withKey(java.lang.String key)
The name of the filter.
|
CommandFilter |
CommandFilter.withValue(java.lang.String value)
The filter value.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CommandFilter> |
ListCommandsRequest.getFilters()
(Optional) One or more filters.
|
java.util.List<CommandFilter> |
ListCommandInvocationsRequest.getFilters()
(Optional) One or more filters.
|
Modifier and Type | Method and Description |
---|---|
ListCommandsRequest |
ListCommandsRequest.withFilters(CommandFilter... filters)
(Optional) One or more filters.
|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withFilters(CommandFilter... filters)
(Optional) One or more filters.
|
Modifier and Type | Method and Description |
---|---|
void |
ListCommandsRequest.setFilters(java.util.Collection<CommandFilter> filters)
(Optional) One or more filters.
|
void |
ListCommandInvocationsRequest.setFilters(java.util.Collection<CommandFilter> filters)
(Optional) One or more filters.
|
ListCommandsRequest |
ListCommandsRequest.withFilters(java.util.Collection<CommandFilter> filters)
(Optional) One or more filters.
|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withFilters(java.util.Collection<CommandFilter> filters)
(Optional) One or more filters.
|
Modifier and Type | Method and Description |
---|---|
CommandFilter |
CommandFilterJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CommandFilterJsonMarshaller.marshall(CommandFilter commandFilter,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|