Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateDelegateMacVolumeOwnershipTaskRequest.Builder
Packages that use CreateDelegateMacVolumeOwnershipTaskRequest.Builder
Package
Description
-
Uses of CreateDelegateMacVolumeOwnershipTaskRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateDelegateMacVolumeOwnershipTaskRequest.BuilderModifier 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.Ec2Client.createDelegateMacVolumeOwnershipTask(Consumer<CreateDelegateMacVolumeOwnershipTaskRequest.Builder> createDelegateMacVolumeOwnershipTaskRequest) Delegates ownership of the Amazon EBS root volume for an Apple silicon Mac instance to an administrative user. -
Uses of CreateDelegateMacVolumeOwnershipTaskRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateDelegateMacVolumeOwnershipTaskRequest.BuilderModifier and TypeMethodDescriptionCreateDelegateMacVolumeOwnershipTaskRequest.builder()CreateDelegateMacVolumeOwnershipTaskRequest.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateDelegateMacVolumeOwnershipTaskRequest.Builder.instanceId(String instanceId) The ID of the Amazon EC2 Mac instance.CreateDelegateMacVolumeOwnershipTaskRequest.Builder.macCredentials(String macCredentials) Specifies the following credentials:CreateDelegateMacVolumeOwnershipTaskRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateDelegateMacVolumeOwnershipTaskRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateDelegateMacVolumeOwnershipTaskRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to assign to the volume ownership delegation task.CreateDelegateMacVolumeOwnershipTaskRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to assign to the volume ownership delegation task.CreateDelegateMacVolumeOwnershipTaskRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to assign to the volume ownership delegation task.CreateDelegateMacVolumeOwnershipTaskRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateDelegateMacVolumeOwnershipTaskRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateDelegateMacVolumeOwnershipTaskRequest.Builder>CreateDelegateMacVolumeOwnershipTaskRequest.serializableBuilderClass()