Uses of Class
software.amazon.awssdk.services.detective.model.StringFilter
-
Packages that use StringFilter Package Description software.amazon.awssdk.services.detective.model -
-
Uses of StringFilter in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return StringFilter Modifier and Type Method Description StringFilterFilterCriteria. entityArn()Filter the investigation results based on the Amazon Resource Name (ARN) of the entity.StringFilterFilterCriteria. severity()Filter the investigation results based on the severity.StringFilterFilterCriteria. state()Filter the investigation results based on the state.StringFilterFilterCriteria. status()Filter the investigation results based on the status.Methods in software.amazon.awssdk.services.detective.model with parameters of type StringFilter Modifier and Type Method Description FilterCriteria.BuilderFilterCriteria.Builder. entityArn(StringFilter entityArn)Filter the investigation results based on the Amazon Resource Name (ARN) of the entity.FilterCriteria.BuilderFilterCriteria.Builder. severity(StringFilter severity)Filter the investigation results based on the severity.FilterCriteria.BuilderFilterCriteria.Builder. state(StringFilter state)Filter the investigation results based on the state.FilterCriteria.BuilderFilterCriteria.Builder. status(StringFilter status)Filter the investigation results based on the status.
-