Uses of Interface
software.amazon.awssdk.services.backupgateway.model.GetHypervisorPropertyMappingsRequest.Builder
-
Packages that use GetHypervisorPropertyMappingsRequest.Builder Package Description software.amazon.awssdk.services.backupgateway Backup gateway software.amazon.awssdk.services.backupgateway.model -
-
Uses of GetHypervisorPropertyMappingsRequest.Builder in software.amazon.awssdk.services.backupgateway
Method parameters in software.amazon.awssdk.services.backupgateway with type arguments of type GetHypervisorPropertyMappingsRequest.Builder 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 GetHypervisorPropertyMappingsResponseBackupGatewayClient. getHypervisorPropertyMappings(Consumer<GetHypervisorPropertyMappingsRequest.Builder> getHypervisorPropertyMappingsRequest)This action retrieves the property mappings for the specified hypervisor. -
Uses of GetHypervisorPropertyMappingsRequest.Builder in software.amazon.awssdk.services.backupgateway.model
Methods in software.amazon.awssdk.services.backupgateway.model that return GetHypervisorPropertyMappingsRequest.Builder Modifier and Type Method Description static GetHypervisorPropertyMappingsRequest.BuilderGetHypervisorPropertyMappingsRequest. builder()GetHypervisorPropertyMappingsRequest.BuilderGetHypervisorPropertyMappingsRequest.Builder. hypervisorArn(String hypervisorArn)The Amazon Resource Name (ARN) of the hypervisor.GetHypervisorPropertyMappingsRequest.BuilderGetHypervisorPropertyMappingsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetHypervisorPropertyMappingsRequest.BuilderGetHypervisorPropertyMappingsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetHypervisorPropertyMappingsRequest.BuilderGetHypervisorPropertyMappingsRequest. toBuilder()Methods in software.amazon.awssdk.services.backupgateway.model that return types with arguments of type GetHypervisorPropertyMappingsRequest.Builder Modifier and Type Method Description static Class<? extends GetHypervisorPropertyMappingsRequest.Builder>GetHypervisorPropertyMappingsRequest. serializableBuilderClass()
-