Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
CommandFilter |
CommandFilter.clone() |
CommandFilter |
CommandFilter.withKey(CommandFilterKey key)
The name of the filter.
|
CommandFilter |
CommandFilter.withKey(String key)
The name of the filter.
|
CommandFilter |
CommandFilter.withValue(String value)
The filter value.
|
Modifier and Type | Method and Description |
---|---|
List<CommandFilter> |
ListCommandInvocationsRequest.getFilters()
(Optional) One or more filters.
|
List<CommandFilter> |
ListCommandsRequest.getFilters()
(Optional) One or more filters.
|
Modifier and Type | Method and Description |
---|---|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withFilters(CommandFilter... filters)
(Optional) One or more filters.
|
ListCommandsRequest |
ListCommandsRequest.withFilters(CommandFilter... filters)
(Optional) One or more filters.
|
Modifier and Type | Method and Description |
---|---|
void |
ListCommandInvocationsRequest.setFilters(Collection<CommandFilter> filters)
(Optional) One or more filters.
|
void |
ListCommandsRequest.setFilters(Collection<CommandFilter> filters)
(Optional) One or more filters.
|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withFilters(Collection<CommandFilter> filters)
(Optional) One or more filters.
|
ListCommandsRequest |
ListCommandsRequest.withFilters(Collection<CommandFilter> filters)
(Optional) One or more filters.
|
Copyright © 2018. All rights reserved.