Uses of Class
software.amazon.awssdk.services.guardduty.model.MemberFeaturesConfiguration
-
Packages that use MemberFeaturesConfiguration Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of MemberFeaturesConfiguration in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type MemberFeaturesConfiguration Modifier and Type Method Description List<MemberFeaturesConfiguration>UpdateMemberDetectorsRequest. features()A list of features that will be updated for the specified member accounts.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type MemberFeaturesConfiguration Modifier and Type Method Description UpdateMemberDetectorsRequest.BuilderUpdateMemberDetectorsRequest.Builder. features(MemberFeaturesConfiguration... features)A list of features that will be updated for the specified member accounts.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type MemberFeaturesConfiguration Modifier and Type Method Description UpdateMemberDetectorsRequest.BuilderUpdateMemberDetectorsRequest.Builder. features(Collection<MemberFeaturesConfiguration> features)A list of features that will be updated for the specified member accounts.
-