Uses of Class
software.amazon.awssdk.services.ec2.model.CreateDelegateMacVolumeOwnershipTaskResponse
-
Packages that use CreateDelegateMacVolumeOwnershipTaskResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of CreateDelegateMacVolumeOwnershipTaskResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateDelegateMacVolumeOwnershipTaskResponse Modifier and Type Method Description default CreateDelegateMacVolumeOwnershipTaskResponseEc2Client. createDelegateMacVolumeOwnershipTask(Consumer<CreateDelegateMacVolumeOwnershipTaskRequest.Builder> createDelegateMacVolumeOwnershipTaskRequest)Delegates ownership of the Amazon EBS root volume for an Apple silicon Mac instance to an administrative user.default CreateDelegateMacVolumeOwnershipTaskResponseEc2Client. 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 CreateDelegateMacVolumeOwnershipTaskResponse Modifier and Type Method Description default CompletableFuture<CreateDelegateMacVolumeOwnershipTaskResponse>Ec2AsyncClient. createDelegateMacVolumeOwnershipTask(Consumer<CreateDelegateMacVolumeOwnershipTaskRequest.Builder> createDelegateMacVolumeOwnershipTaskRequest)Delegates ownership of the Amazon EBS root volume for an Apple silicon Mac instance to an administrative user.default CompletableFuture<CreateDelegateMacVolumeOwnershipTaskResponse>Ec2AsyncClient. createDelegateMacVolumeOwnershipTask(CreateDelegateMacVolumeOwnershipTaskRequest createDelegateMacVolumeOwnershipTaskRequest)Delegates ownership of the Amazon EBS root volume for an Apple silicon Mac instance to an administrative user.
-