Uses of Class
software.amazon.awssdk.services.ec2.model.CreateDelegateMacVolumeOwnershipTaskResponse
Packages that use CreateDelegateMacVolumeOwnershipTaskResponse
-
Uses of CreateDelegateMacVolumeOwnershipTaskResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateDelegateMacVolumeOwnershipTaskResponseModifier and TypeMethodDescriptionEc2Client.createDelegateMacVolumeOwnershipTask(Consumer<CreateDelegateMacVolumeOwnershipTaskRequest.Builder> createDelegateMacVolumeOwnershipTaskRequest) Delegates ownership of the Amazon EBS root volume for an Apple silicon Mac instance to an administrative user.Ec2Client.createDelegateMacVolumeOwnershipTask(CreateDelegateMacVolumeOwnershipTaskRequest createDelegateMacVolumeOwnershipTaskRequest) Delegates ownership of the Amazon EBS root volume for an Apple silicon Mac instance to an administrative user.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateDelegateMacVolumeOwnershipTaskResponseModifier and TypeMethodDescriptionEc2AsyncClient.createDelegateMacVolumeOwnershipTask(Consumer<CreateDelegateMacVolumeOwnershipTaskRequest.Builder> createDelegateMacVolumeOwnershipTaskRequest) Delegates ownership of the Amazon EBS root volume for an Apple silicon Mac instance to an administrative user.Ec2AsyncClient.createDelegateMacVolumeOwnershipTask(CreateDelegateMacVolumeOwnershipTaskRequest createDelegateMacVolumeOwnershipTaskRequest) Delegates ownership of the Amazon EBS root volume for an Apple silicon Mac instance to an administrative user.