Uses of Class
software.amazon.awssdk.services.ec2.model.CreateMacSystemIntegrityProtectionModificationTaskResponse
-
Packages that use CreateMacSystemIntegrityProtectionModificationTaskResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of CreateMacSystemIntegrityProtectionModificationTaskResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateMacSystemIntegrityProtectionModificationTaskResponse Modifier and Type Method Description default CreateMacSystemIntegrityProtectionModificationTaskResponseEc2Client. createMacSystemIntegrityProtectionModificationTask(Consumer<CreateMacSystemIntegrityProtectionModificationTaskRequest.Builder> createMacSystemIntegrityProtectionModificationTaskRequest)Creates a System Integrity Protection (SIP) modification task to configure the SIP settings for an x86 Mac instance or Apple silicon Mac instance.default CreateMacSystemIntegrityProtectionModificationTaskResponseEc2Client. createMacSystemIntegrityProtectionModificationTask(CreateMacSystemIntegrityProtectionModificationTaskRequest createMacSystemIntegrityProtectionModificationTaskRequest)Creates a System Integrity Protection (SIP) modification task to configure the SIP settings for an x86 Mac instance or Apple silicon Mac instance.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateMacSystemIntegrityProtectionModificationTaskResponse Modifier and Type Method Description default CompletableFuture<CreateMacSystemIntegrityProtectionModificationTaskResponse>Ec2AsyncClient. createMacSystemIntegrityProtectionModificationTask(Consumer<CreateMacSystemIntegrityProtectionModificationTaskRequest.Builder> createMacSystemIntegrityProtectionModificationTaskRequest)Creates a System Integrity Protection (SIP) modification task to configure the SIP settings for an x86 Mac instance or Apple silicon Mac instance.default CompletableFuture<CreateMacSystemIntegrityProtectionModificationTaskResponse>Ec2AsyncClient. createMacSystemIntegrityProtectionModificationTask(CreateMacSystemIntegrityProtectionModificationTaskRequest createMacSystemIntegrityProtectionModificationTaskRequest)Creates a System Integrity Protection (SIP) modification task to configure the SIP settings for an x86 Mac instance or Apple silicon Mac instance.
-