Uses of Class
software.amazon.awssdk.services.ssm.model.SessionFilter
Packages that use SessionFilter
-
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 SessionFilterModifier and TypeMethodDescriptionfinal 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 SessionFilterModifier and TypeMethodDescriptionDescribeSessionsRequest.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 SessionFilterModifier and TypeMethodDescriptionDescribeSessionsRequest.Builder.filters(Collection<SessionFilter> filters) One or more filters to limit the type of sessions returned by the request.