Uses of Class
software.amazon.awssdk.services.ec2.model.MacSystemIntegrityProtectionSettingStatus
-
Packages that use MacSystemIntegrityProtectionSettingStatus Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of MacSystemIntegrityProtectionSettingStatus in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return MacSystemIntegrityProtectionSettingStatus Modifier and Type Method Description MacSystemIntegrityProtectionSettingStatusMacSystemIntegrityProtectionConfiguration. appleInternal()Indicates whether Apple Internal was enabled or disabled by the task.MacSystemIntegrityProtectionSettingStatusMacSystemIntegrityProtectionConfigurationRequest. appleInternal()Enables or disables Apple Internal.MacSystemIntegrityProtectionSettingStatusMacSystemIntegrityProtectionConfiguration. baseSystem()Indicates whether Base System was enabled or disabled by the task.MacSystemIntegrityProtectionSettingStatusMacSystemIntegrityProtectionConfigurationRequest. baseSystem()Enables or disables Base System.MacSystemIntegrityProtectionSettingStatusMacSystemIntegrityProtectionConfiguration. debuggingRestrictions()Indicates whether Debugging Restrictions was enabled or disabled by the task.MacSystemIntegrityProtectionSettingStatusMacSystemIntegrityProtectionConfigurationRequest. debuggingRestrictions()Enables or disables Debugging Restrictions.MacSystemIntegrityProtectionSettingStatusMacSystemIntegrityProtectionConfiguration. dTraceRestrictions()Indicates whether Dtrace Restrictions was enabled or disabled by the task.MacSystemIntegrityProtectionSettingStatusMacSystemIntegrityProtectionConfigurationRequest. dTraceRestrictions()Enables or disables Dtrace Restrictions.MacSystemIntegrityProtectionSettingStatusMacSystemIntegrityProtectionConfiguration. filesystemProtections()Indicates whether Filesystem Protections was enabled or disabled by the task.MacSystemIntegrityProtectionSettingStatusMacSystemIntegrityProtectionConfigurationRequest. filesystemProtections()Enables or disables Filesystem Protections.static MacSystemIntegrityProtectionSettingStatusMacSystemIntegrityProtectionSettingStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MacSystemIntegrityProtectionSettingStatusMacSystemIntegrityProtectionConfiguration. kextSigning()Indicates whether Kext Signing was enabled or disabled by the task.MacSystemIntegrityProtectionSettingStatusMacSystemIntegrityProtectionConfigurationRequest. kextSigning()Enables or disables Kext Signing.MacSystemIntegrityProtectionSettingStatusCreateMacSystemIntegrityProtectionModificationTaskRequest. macSystemIntegrityProtectionStatus()Specifies the overall SIP status for the instance.MacSystemIntegrityProtectionSettingStatusMacSystemIntegrityProtectionConfiguration. nvramProtections()Indicates whether NVRAM Protections was enabled or disabled by the task.MacSystemIntegrityProtectionSettingStatusMacSystemIntegrityProtectionConfigurationRequest. nvramProtections()Enables or disables Nvram Protections.MacSystemIntegrityProtectionSettingStatusMacSystemIntegrityProtectionConfiguration. status()Indicates SIP was enabled or disabled by the task.static MacSystemIntegrityProtectionSettingStatusMacSystemIntegrityProtectionSettingStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static MacSystemIntegrityProtectionSettingStatus[]MacSystemIntegrityProtectionSettingStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type MacSystemIntegrityProtectionSettingStatus Modifier and Type Method Description static Set<MacSystemIntegrityProtectionSettingStatus>MacSystemIntegrityProtectionSettingStatus. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type MacSystemIntegrityProtectionSettingStatus Modifier and Type Method Description MacSystemIntegrityProtectionConfiguration.BuilderMacSystemIntegrityProtectionConfiguration.Builder. appleInternal(MacSystemIntegrityProtectionSettingStatus appleInternal)Indicates whether Apple Internal was enabled or disabled by the task.MacSystemIntegrityProtectionConfigurationRequest.BuilderMacSystemIntegrityProtectionConfigurationRequest.Builder. appleInternal(MacSystemIntegrityProtectionSettingStatus appleInternal)Enables or disables Apple Internal.MacSystemIntegrityProtectionConfiguration.BuilderMacSystemIntegrityProtectionConfiguration.Builder. baseSystem(MacSystemIntegrityProtectionSettingStatus baseSystem)Indicates whether Base System was enabled or disabled by the task.MacSystemIntegrityProtectionConfigurationRequest.BuilderMacSystemIntegrityProtectionConfigurationRequest.Builder. baseSystem(MacSystemIntegrityProtectionSettingStatus baseSystem)Enables or disables Base System.MacSystemIntegrityProtectionConfiguration.BuilderMacSystemIntegrityProtectionConfiguration.Builder. debuggingRestrictions(MacSystemIntegrityProtectionSettingStatus debuggingRestrictions)Indicates whether Debugging Restrictions was enabled or disabled by the task.MacSystemIntegrityProtectionConfigurationRequest.BuilderMacSystemIntegrityProtectionConfigurationRequest.Builder. debuggingRestrictions(MacSystemIntegrityProtectionSettingStatus debuggingRestrictions)Enables or disables Debugging Restrictions.MacSystemIntegrityProtectionConfiguration.BuilderMacSystemIntegrityProtectionConfiguration.Builder. dTraceRestrictions(MacSystemIntegrityProtectionSettingStatus dTraceRestrictions)Indicates whether Dtrace Restrictions was enabled or disabled by the task.MacSystemIntegrityProtectionConfigurationRequest.BuilderMacSystemIntegrityProtectionConfigurationRequest.Builder. dTraceRestrictions(MacSystemIntegrityProtectionSettingStatus dTraceRestrictions)Enables or disables Dtrace Restrictions.MacSystemIntegrityProtectionConfiguration.BuilderMacSystemIntegrityProtectionConfiguration.Builder. filesystemProtections(MacSystemIntegrityProtectionSettingStatus filesystemProtections)Indicates whether Filesystem Protections was enabled or disabled by the task.MacSystemIntegrityProtectionConfigurationRequest.BuilderMacSystemIntegrityProtectionConfigurationRequest.Builder. filesystemProtections(MacSystemIntegrityProtectionSettingStatus filesystemProtections)Enables or disables Filesystem Protections.MacSystemIntegrityProtectionConfiguration.BuilderMacSystemIntegrityProtectionConfiguration.Builder. kextSigning(MacSystemIntegrityProtectionSettingStatus kextSigning)Indicates whether Kext Signing was enabled or disabled by the task.MacSystemIntegrityProtectionConfigurationRequest.BuilderMacSystemIntegrityProtectionConfigurationRequest.Builder. kextSigning(MacSystemIntegrityProtectionSettingStatus kextSigning)Enables or disables Kext Signing.CreateMacSystemIntegrityProtectionModificationTaskRequest.BuilderCreateMacSystemIntegrityProtectionModificationTaskRequest.Builder. macSystemIntegrityProtectionStatus(MacSystemIntegrityProtectionSettingStatus macSystemIntegrityProtectionStatus)Specifies the overall SIP status for the instance.MacSystemIntegrityProtectionConfiguration.BuilderMacSystemIntegrityProtectionConfiguration.Builder. nvramProtections(MacSystemIntegrityProtectionSettingStatus nvramProtections)Indicates whether NVRAM Protections was enabled or disabled by the task.MacSystemIntegrityProtectionConfigurationRequest.BuilderMacSystemIntegrityProtectionConfigurationRequest.Builder. nvramProtections(MacSystemIntegrityProtectionSettingStatus nvramProtections)Enables or disables Nvram Protections.MacSystemIntegrityProtectionConfiguration.BuilderMacSystemIntegrityProtectionConfiguration.Builder. status(MacSystemIntegrityProtectionSettingStatus status)Indicates SIP was enabled or disabled by the task.
-