Uses of Class
software.amazon.awssdk.services.securityir.model.IncidentResponder
-
Packages that use IncidentResponder Package Description software.amazon.awssdk.services.securityir.model -
-
Uses of IncidentResponder in software.amazon.awssdk.services.securityir.model
Methods in software.amazon.awssdk.services.securityir.model that return types with arguments of type IncidentResponder Modifier and Type Method Description List<IncidentResponder>CreateMembershipRequest. incidentResponseTeam()Required element use in combination with CreateMembership to add customer incident response team members and trusted partners to the membership.List<IncidentResponder>GetMembershipResponse. incidentResponseTeam()Response element for GetMembership that provides the configured membership incident response team members.List<IncidentResponder>UpdateMembershipRequest. incidentResponseTeam()Optional element for UpdateMembership to update the membership name.Methods in software.amazon.awssdk.services.securityir.model with parameters of type IncidentResponder Modifier and Type Method Description CreateMembershipRequest.BuilderCreateMembershipRequest.Builder. incidentResponseTeam(IncidentResponder... incidentResponseTeam)Required element use in combination with CreateMembership to add customer incident response team members and trusted partners to the membership.GetMembershipResponse.BuilderGetMembershipResponse.Builder. incidentResponseTeam(IncidentResponder... incidentResponseTeam)Response element for GetMembership that provides the configured membership incident response team members.UpdateMembershipRequest.BuilderUpdateMembershipRequest.Builder. incidentResponseTeam(IncidentResponder... incidentResponseTeam)Optional element for UpdateMembership to update the membership name.Method parameters in software.amazon.awssdk.services.securityir.model with type arguments of type IncidentResponder Modifier and Type Method Description CreateMembershipRequest.BuilderCreateMembershipRequest.Builder. incidentResponseTeam(Collection<IncidentResponder> incidentResponseTeam)Required element use in combination with CreateMembership to add customer incident response team members and trusted partners to the membership.GetMembershipResponse.BuilderGetMembershipResponse.Builder. incidentResponseTeam(Collection<IncidentResponder> incidentResponseTeam)Response element for GetMembership that provides the configured membership incident response team members.UpdateMembershipRequest.BuilderUpdateMembershipRequest.Builder. incidentResponseTeam(Collection<IncidentResponder> incidentResponseTeam)Optional element for UpdateMembership to update the membership name.
-