Uses of Class
software.amazon.awssdk.services.ssm.model.SessionFilter
-
Packages that use SessionFilter Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of SessionFilter in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type SessionFilter Modifier and Type Method Description List<SessionFilter>DescribeSessionsRequest. filters()One or more filters to limit the type of sessions returned by the request.Methods in software.amazon.awssdk.services.ssm.model with parameters of type SessionFilter Modifier and Type Method Description DescribeSessionsRequest.BuilderDescribeSessionsRequest.Builder. filters(SessionFilter... filters)One or more filters to limit the type of sessions returned by the request.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type SessionFilter Modifier and Type Method Description DescribeSessionsRequest.BuilderDescribeSessionsRequest.Builder. filters(Collection<SessionFilter> filters)One or more filters to limit the type of sessions returned by the request.
-