Uses of Class
software.amazon.awssdk.services.backupgateway.model.GetVirtualMachineRequest
-
Packages that use GetVirtualMachineRequest Package Description software.amazon.awssdk.services.backupgateway Backup gateway software.amazon.awssdk.services.backupgateway.transform -
-
Uses of GetVirtualMachineRequest in software.amazon.awssdk.services.backupgateway
Methods in software.amazon.awssdk.services.backupgateway with parameters of type GetVirtualMachineRequest Modifier and Type Method Description default CompletableFuture<GetVirtualMachineResponse>BackupGatewayAsyncClient. getVirtualMachine(GetVirtualMachineRequest getVirtualMachineRequest)By providing the ARN (Amazon Resource Name), this API returns the virtual machine.default GetVirtualMachineResponseBackupGatewayClient. getVirtualMachine(GetVirtualMachineRequest getVirtualMachineRequest)By providing the ARN (Amazon Resource Name), this API returns the virtual machine. -
Uses of GetVirtualMachineRequest in software.amazon.awssdk.services.backupgateway.transform
Methods in software.amazon.awssdk.services.backupgateway.transform with parameters of type GetVirtualMachineRequest Modifier and Type Method Description SdkHttpFullRequestGetVirtualMachineRequestMarshaller. marshall(GetVirtualMachineRequest getVirtualMachineRequest)
-