Uses of Class
software.amazon.awssdk.services.backupgateway.model.GetHypervisorPropertyMappingsResponse
-
Packages that use GetHypervisorPropertyMappingsResponse Package Description software.amazon.awssdk.services.backupgateway Backup gateway -
-
Uses of GetHypervisorPropertyMappingsResponse in software.amazon.awssdk.services.backupgateway
Methods in software.amazon.awssdk.services.backupgateway that return GetHypervisorPropertyMappingsResponse Modifier and Type Method Description default GetHypervisorPropertyMappingsResponseBackupGatewayClient. getHypervisorPropertyMappings(Consumer<GetHypervisorPropertyMappingsRequest.Builder> getHypervisorPropertyMappingsRequest)This action retrieves the property mappings for the specified hypervisor.default GetHypervisorPropertyMappingsResponseBackupGatewayClient. getHypervisorPropertyMappings(GetHypervisorPropertyMappingsRequest getHypervisorPropertyMappingsRequest)This action retrieves the property mappings for the specified hypervisor.Methods in software.amazon.awssdk.services.backupgateway that return types with arguments of type GetHypervisorPropertyMappingsResponse Modifier and Type Method Description default CompletableFuture<GetHypervisorPropertyMappingsResponse>BackupGatewayAsyncClient. getHypervisorPropertyMappings(Consumer<GetHypervisorPropertyMappingsRequest.Builder> getHypervisorPropertyMappingsRequest)This action retrieves the property mappings for the specified hypervisor.default CompletableFuture<GetHypervisorPropertyMappingsResponse>BackupGatewayAsyncClient. getHypervisorPropertyMappings(GetHypervisorPropertyMappingsRequest getHypervisorPropertyMappingsRequest)This action retrieves the property mappings for the specified hypervisor.
-