Uses of Interface
software.amazon.awssdk.services.ec2.model.ImportSnapshotRequest.Builder
Packages that use ImportSnapshotRequest.Builder
Package
Description
-
Uses of ImportSnapshotRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ImportSnapshotRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ImportSnapshotResponse>Ec2AsyncClient.importSnapshot(Consumer<ImportSnapshotRequest.Builder> importSnapshotRequest) Imports a disk into an EBS snapshot.default ImportSnapshotResponseEc2Client.importSnapshot(Consumer<ImportSnapshotRequest.Builder> importSnapshotRequest) Imports a disk into an EBS snapshot. -
Uses of ImportSnapshotRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ImportSnapshotRequest.BuilderModifier and TypeMethodDescriptionImportSnapshotRequest.builder()default ImportSnapshotRequest.BuilderImportSnapshotRequest.Builder.clientData(Consumer<ClientData.Builder> clientData) The client-specific data.ImportSnapshotRequest.Builder.clientData(ClientData clientData) The client-specific data.ImportSnapshotRequest.Builder.clientToken(String clientToken) Token to enable idempotency for VM import requests.ImportSnapshotRequest.Builder.description(String description) The description string for the import snapshot task.default ImportSnapshotRequest.BuilderImportSnapshotRequest.Builder.diskContainer(Consumer<SnapshotDiskContainer.Builder> diskContainer) Information about the disk container.ImportSnapshotRequest.Builder.diskContainer(SnapshotDiskContainer diskContainer) Information about the disk container.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.Specifies whether the destination snapshot of the imported image should be encrypted.An identifier for the symmetric KMS key to use when creating the encrypted snapshot.ImportSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ImportSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The name of the role to use when not using the default role, 'vmimport'.ImportSnapshotRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the import snapshot task during creation.ImportSnapshotRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the import snapshot task during creation.ImportSnapshotRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the import snapshot task during creation.ImportSnapshotRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ImportSnapshotRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ImportSnapshotRequest.Builder>ImportSnapshotRequest.serializableBuilderClass()