| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
SessionFilter |
SessionFilter.clone() |
SessionFilter |
SessionFilter.withKey(SessionFilterKey key)
The name of the filter.
|
SessionFilter |
SessionFilter.withKey(String key)
The name of the filter.
|
SessionFilter |
SessionFilter.withValue(String value)
The filter value.
|
| Modifier and Type | Method and Description |
|---|---|
List<SessionFilter> |
DescribeSessionsRequest.getFilters()
One or more filters to limit the type of sessions returned by the request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSessionsRequest |
DescribeSessionsRequest.withFilters(SessionFilter... filters)
One or more filters to limit the type of sessions returned by the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSessionsRequest.setFilters(Collection<SessionFilter> filters)
One or more filters to limit the type of sessions returned by the request.
|
DescribeSessionsRequest |
DescribeSessionsRequest.withFilters(Collection<SessionFilter> filters)
One or more filters to limit the type of sessions returned by the request.
|
Copyright © 2021. All rights reserved.