Uses of Class
software.amazon.awssdk.services.securityir.model.Watcher
-
Packages that use Watcher Package Description software.amazon.awssdk.services.securityir.model -
-
Uses of Watcher in software.amazon.awssdk.services.securityir.model
Methods in software.amazon.awssdk.services.securityir.model that return types with arguments of type Watcher Modifier and Type Method Description List<Watcher>CreateCaseRequest. watchers()Required element used in combination with CreateCase to provide a list of entities to receive notifications for case updates.List<Watcher>GetCaseResponse. watchers()Response element for GetCase that provides a list of Watchers added to the case.List<Watcher>UpdateCaseRequest. watchersToAdd()Optional element for UpdateCase to provide content to add additional watchers to a case.List<Watcher>UpdateCaseRequest. watchersToDelete()Optional element for UpdateCase to provide content to remove existing watchers from a case.Methods in software.amazon.awssdk.services.securityir.model with parameters of type Watcher Modifier and Type Method Description CreateCaseRequest.BuilderCreateCaseRequest.Builder. watchers(Watcher... watchers)Required element used in combination with CreateCase to provide a list of entities to receive notifications for case updates.GetCaseResponse.BuilderGetCaseResponse.Builder. watchers(Watcher... watchers)Response element for GetCase that provides a list of Watchers added to the case.UpdateCaseRequest.BuilderUpdateCaseRequest.Builder. watchersToAdd(Watcher... watchersToAdd)Optional element for UpdateCase to provide content to add additional watchers to a case.UpdateCaseRequest.BuilderUpdateCaseRequest.Builder. watchersToDelete(Watcher... watchersToDelete)Optional element for UpdateCase to provide content to remove existing watchers from a case.Method parameters in software.amazon.awssdk.services.securityir.model with type arguments of type Watcher Modifier and Type Method Description CreateCaseRequest.BuilderCreateCaseRequest.Builder. watchers(Collection<Watcher> watchers)Required element used in combination with CreateCase to provide a list of entities to receive notifications for case updates.GetCaseResponse.BuilderGetCaseResponse.Builder. watchers(Collection<Watcher> watchers)Response element for GetCase that provides a list of Watchers added to the case.UpdateCaseRequest.BuilderUpdateCaseRequest.Builder. watchersToAdd(Collection<Watcher> watchersToAdd)Optional element for UpdateCase to provide content to add additional watchers to a case.UpdateCaseRequest.BuilderUpdateCaseRequest.Builder. watchersToDelete(Collection<Watcher> watchersToDelete)Optional element for UpdateCase to provide content to remove existing watchers from a case.
-