Uses of Class
software.amazon.awssdk.services.backupgateway.model.DisassociateGatewayFromServerResponse
-
Packages that use DisassociateGatewayFromServerResponse Package Description software.amazon.awssdk.services.backupgateway Backup gateway -
-
Uses of DisassociateGatewayFromServerResponse in software.amazon.awssdk.services.backupgateway
Methods in software.amazon.awssdk.services.backupgateway that return DisassociateGatewayFromServerResponse Modifier and Type Method Description default DisassociateGatewayFromServerResponseBackupGatewayClient. disassociateGatewayFromServer(Consumer<DisassociateGatewayFromServerRequest.Builder> disassociateGatewayFromServerRequest)Disassociates a backup gateway from the specified server.default DisassociateGatewayFromServerResponseBackupGatewayClient. disassociateGatewayFromServer(DisassociateGatewayFromServerRequest disassociateGatewayFromServerRequest)Disassociates a backup gateway from the specified server.Methods in software.amazon.awssdk.services.backupgateway that return types with arguments of type DisassociateGatewayFromServerResponse Modifier and Type Method Description default CompletableFuture<DisassociateGatewayFromServerResponse>BackupGatewayAsyncClient. disassociateGatewayFromServer(Consumer<DisassociateGatewayFromServerRequest.Builder> disassociateGatewayFromServerRequest)Disassociates a backup gateway from the specified server.default CompletableFuture<DisassociateGatewayFromServerResponse>BackupGatewayAsyncClient. disassociateGatewayFromServer(DisassociateGatewayFromServerRequest disassociateGatewayFromServerRequest)Disassociates a backup gateway from the specified server.
-