| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.transform |
| Modifier and Type | Method and Description |
|---|---|
List<CommandFilter> |
ListCommandInvocationsRequest.filters()
(Optional) One or more filters.
|
List<CommandFilter> |
ListCommandsRequest.filters()
(Optional) One or more filters.
|
| Modifier and Type | Method and Description |
|---|---|
ListCommandInvocationsRequest.Builder |
ListCommandInvocationsRequest.Builder.filters(CommandFilter... filters)
(Optional) One or more filters.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.filters(CommandFilter... filters)
(Optional) One or more filters.
|
| Modifier and Type | Method and Description |
|---|---|
ListCommandInvocationsRequest.Builder |
ListCommandInvocationsRequest.Builder.filters(Collection<CommandFilter> filters)
(Optional) One or more filters.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.filters(Collection<CommandFilter> filters)
(Optional) One or more filters.
|
| Modifier and Type | Method and Description |
|---|---|
CommandFilter |
CommandFilterUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandFilterMarshaller.marshall(CommandFilter commandFilter,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2018. All rights reserved.