Uses of Enum
software.amazon.awssdk.services.ec2.model.MacSystemIntegrityProtectionSettingStatus
Packages that use MacSystemIntegrityProtectionSettingStatus
-
Uses of MacSystemIntegrityProtectionSettingStatus in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return MacSystemIntegrityProtectionSettingStatusModifier and TypeMethodDescriptionMacSystemIntegrityProtectionConfiguration.appleInternal()Indicates whether Apple Internal was enabled or disabled by the task.MacSystemIntegrityProtectionConfigurationRequest.appleInternal()Enables or disables Apple Internal.MacSystemIntegrityProtectionConfiguration.baseSystem()Indicates whether Base System was enabled or disabled by the task.MacSystemIntegrityProtectionConfigurationRequest.baseSystem()Enables or disables Base System.MacSystemIntegrityProtectionConfiguration.debuggingRestrictions()Indicates whether Debugging Restrictions was enabled or disabled by the task.MacSystemIntegrityProtectionConfigurationRequest.debuggingRestrictions()Enables or disables Debugging Restrictions.MacSystemIntegrityProtectionConfiguration.dTraceRestrictions()Indicates whether Dtrace Restrictions was enabled or disabled by the task.MacSystemIntegrityProtectionConfigurationRequest.dTraceRestrictions()Enables or disables Dtrace Restrictions.MacSystemIntegrityProtectionConfiguration.filesystemProtections()Indicates whether Filesystem Protections was enabled or disabled by the task.MacSystemIntegrityProtectionConfigurationRequest.filesystemProtections()Enables or disables Filesystem Protections.Use this in place of valueOf to convert the raw string returned by the service into the enum value.MacSystemIntegrityProtectionConfiguration.kextSigning()Indicates whether Kext Signing was enabled or disabled by the task.MacSystemIntegrityProtectionConfigurationRequest.kextSigning()Enables or disables Kext Signing.CreateMacSystemIntegrityProtectionModificationTaskRequest.macSystemIntegrityProtectionStatus()Specifies the overall SIP status for the instance.MacSystemIntegrityProtectionConfiguration.nvramProtections()Indicates whether NVRAM Protections was enabled or disabled by the task.MacSystemIntegrityProtectionConfigurationRequest.nvramProtections()Enables or disables Nvram Protections.MacSystemIntegrityProtectionConfiguration.status()Indicates SIP was enabled or disabled by the task.Returns the enum constant of this type with the specified name.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 MacSystemIntegrityProtectionSettingStatusMethods in software.amazon.awssdk.services.ec2.model with parameters of type MacSystemIntegrityProtectionSettingStatusModifier and TypeMethodDescriptionMacSystemIntegrityProtectionConfiguration.Builder.appleInternal(MacSystemIntegrityProtectionSettingStatus appleInternal) Indicates whether Apple Internal was enabled or disabled by the task.MacSystemIntegrityProtectionConfigurationRequest.Builder.appleInternal(MacSystemIntegrityProtectionSettingStatus appleInternal) Enables or disables Apple Internal.MacSystemIntegrityProtectionConfiguration.Builder.baseSystem(MacSystemIntegrityProtectionSettingStatus baseSystem) Indicates whether Base System was enabled or disabled by the task.MacSystemIntegrityProtectionConfigurationRequest.Builder.baseSystem(MacSystemIntegrityProtectionSettingStatus baseSystem) Enables or disables Base System.MacSystemIntegrityProtectionConfiguration.Builder.debuggingRestrictions(MacSystemIntegrityProtectionSettingStatus debuggingRestrictions) Indicates whether Debugging Restrictions was enabled or disabled by the task.MacSystemIntegrityProtectionConfigurationRequest.Builder.debuggingRestrictions(MacSystemIntegrityProtectionSettingStatus debuggingRestrictions) Enables or disables Debugging Restrictions.MacSystemIntegrityProtectionConfiguration.Builder.dTraceRestrictions(MacSystemIntegrityProtectionSettingStatus dTraceRestrictions) Indicates whether Dtrace Restrictions was enabled or disabled by the task.MacSystemIntegrityProtectionConfigurationRequest.Builder.dTraceRestrictions(MacSystemIntegrityProtectionSettingStatus dTraceRestrictions) Enables or disables Dtrace Restrictions.MacSystemIntegrityProtectionConfiguration.Builder.filesystemProtections(MacSystemIntegrityProtectionSettingStatus filesystemProtections) Indicates whether Filesystem Protections was enabled or disabled by the task.MacSystemIntegrityProtectionConfigurationRequest.Builder.filesystemProtections(MacSystemIntegrityProtectionSettingStatus filesystemProtections) Enables or disables Filesystem Protections.MacSystemIntegrityProtectionConfiguration.Builder.kextSigning(MacSystemIntegrityProtectionSettingStatus kextSigning) Indicates whether Kext Signing was enabled or disabled by the task.MacSystemIntegrityProtectionConfigurationRequest.Builder.kextSigning(MacSystemIntegrityProtectionSettingStatus kextSigning) Enables or disables Kext Signing.CreateMacSystemIntegrityProtectionModificationTaskRequest.Builder.macSystemIntegrityProtectionStatus(MacSystemIntegrityProtectionSettingStatus macSystemIntegrityProtectionStatus) Specifies the overall SIP status for the instance.MacSystemIntegrityProtectionConfiguration.Builder.nvramProtections(MacSystemIntegrityProtectionSettingStatus nvramProtections) Indicates whether NVRAM Protections was enabled or disabled by the task.MacSystemIntegrityProtectionConfigurationRequest.Builder.nvramProtections(MacSystemIntegrityProtectionSettingStatus nvramProtections) Enables or disables Nvram Protections.MacSystemIntegrityProtectionConfiguration.Builder.status(MacSystemIntegrityProtectionSettingStatus status) Indicates SIP was enabled or disabled by the task.