Uses of Class
software.amazon.awssdk.services.cloudhsmv2.model.RestoreBackupResponse
-
Packages that use RestoreBackupResponse Package Description software.amazon.awssdk.services.cloudhsmv2 For more information about CloudHSM, see CloudHSM and the CloudHSM User Guide. -
-
Uses of RestoreBackupResponse in software.amazon.awssdk.services.cloudhsmv2
Methods in software.amazon.awssdk.services.cloudhsmv2 that return RestoreBackupResponse Modifier and Type Method Description default RestoreBackupResponseCloudHsmV2Client. restoreBackup(Consumer<RestoreBackupRequest.Builder> restoreBackupRequest)Restores a specified CloudHSM backup that is in thePENDING_DELETIONstate.default RestoreBackupResponseCloudHsmV2Client. restoreBackup(RestoreBackupRequest restoreBackupRequest)Restores a specified CloudHSM backup that is in thePENDING_DELETIONstate.Methods in software.amazon.awssdk.services.cloudhsmv2 that return types with arguments of type RestoreBackupResponse Modifier and Type Method Description default CompletableFuture<RestoreBackupResponse>CloudHsmV2AsyncClient. restoreBackup(Consumer<RestoreBackupRequest.Builder> restoreBackupRequest)Restores a specified CloudHSM backup that is in thePENDING_DELETIONstate.default CompletableFuture<RestoreBackupResponse>CloudHsmV2AsyncClient. restoreBackup(RestoreBackupRequest restoreBackupRequest)Restores a specified CloudHSM backup that is in thePENDING_DELETIONstate.
-