Uses of Class
software.amazon.awssdk.services.guardduty.model.MemberFeaturesConfigurationResult
-
Packages that use MemberFeaturesConfigurationResult Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of MemberFeaturesConfigurationResult in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type MemberFeaturesConfigurationResult Modifier and Type Method Description List<MemberFeaturesConfigurationResult>MemberDataSourceConfiguration. features()Contains information about the status of the features for the member account.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type MemberFeaturesConfigurationResult Modifier and Type Method Description MemberDataSourceConfiguration.BuilderMemberDataSourceConfiguration.Builder. features(MemberFeaturesConfigurationResult... features)Contains information about the status of the features for the member account.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type MemberFeaturesConfigurationResult Modifier and Type Method Description MemberDataSourceConfiguration.BuilderMemberDataSourceConfiguration.Builder. features(Collection<MemberFeaturesConfigurationResult> features)Contains information about the status of the features for the member account.
-