Uses of Class
software.amazon.awssdk.services.backupgateway.model.PutHypervisorPropertyMappingsResponse
-
Packages that use PutHypervisorPropertyMappingsResponse Package Description software.amazon.awssdk.services.backupgateway Backup gateway -
-
Uses of PutHypervisorPropertyMappingsResponse in software.amazon.awssdk.services.backupgateway
Methods in software.amazon.awssdk.services.backupgateway that return PutHypervisorPropertyMappingsResponse Modifier and Type Method Description default PutHypervisorPropertyMappingsResponseBackupGatewayClient. putHypervisorPropertyMappings(Consumer<PutHypervisorPropertyMappingsRequest.Builder> putHypervisorPropertyMappingsRequest)This action sets the property mappings for the specified hypervisor.default PutHypervisorPropertyMappingsResponseBackupGatewayClient. putHypervisorPropertyMappings(PutHypervisorPropertyMappingsRequest putHypervisorPropertyMappingsRequest)This action sets the property mappings for the specified hypervisor.Methods in software.amazon.awssdk.services.backupgateway that return types with arguments of type PutHypervisorPropertyMappingsResponse Modifier and Type Method Description default CompletableFuture<PutHypervisorPropertyMappingsResponse>BackupGatewayAsyncClient. putHypervisorPropertyMappings(Consumer<PutHypervisorPropertyMappingsRequest.Builder> putHypervisorPropertyMappingsRequest)This action sets the property mappings for the specified hypervisor.default CompletableFuture<PutHypervisorPropertyMappingsResponse>BackupGatewayAsyncClient. putHypervisorPropertyMappings(PutHypervisorPropertyMappingsRequest putHypervisorPropertyMappingsRequest)This action sets the property mappings for the specified hypervisor.
-