Uses of Class
software.amazon.awssdk.services.securityir.model.OptInFeature
-
Packages that use OptInFeature Package Description software.amazon.awssdk.services.securityir.model -
-
Uses of OptInFeature in software.amazon.awssdk.services.securityir.model
Methods in software.amazon.awssdk.services.securityir.model that return types with arguments of type OptInFeature Modifier and Type Method Description List<OptInFeature>CreateMembershipRequest. optInFeatures()Optional element to enable the monitoring and investigation opt-in features for the service.List<OptInFeature>GetMembershipResponse. optInFeatures()Response element for GetMembership that provides the if opt-in features have been enabled.List<OptInFeature>UpdateMembershipRequest. optInFeatures()Optional element for UpdateMembership to enable or disable opt-in features for the service.Methods in software.amazon.awssdk.services.securityir.model with parameters of type OptInFeature Modifier and Type Method Description CreateMembershipRequest.BuilderCreateMembershipRequest.Builder. optInFeatures(OptInFeature... optInFeatures)Optional element to enable the monitoring and investigation opt-in features for the service.GetMembershipResponse.BuilderGetMembershipResponse.Builder. optInFeatures(OptInFeature... optInFeatures)Response element for GetMembership that provides the if opt-in features have been enabled.UpdateMembershipRequest.BuilderUpdateMembershipRequest.Builder. optInFeatures(OptInFeature... optInFeatures)Optional element for UpdateMembership to enable or disable opt-in features for the service.Method parameters in software.amazon.awssdk.services.securityir.model with type arguments of type OptInFeature Modifier and Type Method Description CreateMembershipRequest.BuilderCreateMembershipRequest.Builder. optInFeatures(Collection<OptInFeature> optInFeatures)Optional element to enable the monitoring and investigation opt-in features for the service.GetMembershipResponse.BuilderGetMembershipResponse.Builder. optInFeatures(Collection<OptInFeature> optInFeatures)Response element for GetMembership that provides the if opt-in features have been enabled.UpdateMembershipRequest.BuilderUpdateMembershipRequest.Builder. optInFeatures(Collection<OptInFeature> optInFeatures)Optional element for UpdateMembership to enable or disable opt-in features for the service.
-