Uses of Interface
software.amazon.awssdk.services.backupgateway.model.GetHypervisorRequest.Builder
-
Packages that use GetHypervisorRequest.Builder Package Description software.amazon.awssdk.services.backupgateway Backup gateway software.amazon.awssdk.services.backupgateway.model -
-
Uses of GetHypervisorRequest.Builder in software.amazon.awssdk.services.backupgateway
Method parameters in software.amazon.awssdk.services.backupgateway with type arguments of type GetHypervisorRequest.Builder Modifier and Type Method Description default CompletableFuture<GetHypervisorResponse>BackupGatewayAsyncClient. getHypervisor(Consumer<GetHypervisorRequest.Builder> getHypervisorRequest)This action requests information about the specified hypervisor to which the gateway will connect.default GetHypervisorResponseBackupGatewayClient. getHypervisor(Consumer<GetHypervisorRequest.Builder> getHypervisorRequest)This action requests information about the specified hypervisor to which the gateway will connect. -
Uses of GetHypervisorRequest.Builder in software.amazon.awssdk.services.backupgateway.model
Methods in software.amazon.awssdk.services.backupgateway.model that return GetHypervisorRequest.Builder Modifier and Type Method Description static GetHypervisorRequest.BuilderGetHypervisorRequest. builder()GetHypervisorRequest.BuilderGetHypervisorRequest.Builder. hypervisorArn(String hypervisorArn)The Amazon Resource Name (ARN) of the hypervisor.GetHypervisorRequest.BuilderGetHypervisorRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetHypervisorRequest.BuilderGetHypervisorRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetHypervisorRequest.BuilderGetHypervisorRequest. toBuilder()Methods in software.amazon.awssdk.services.backupgateway.model that return types with arguments of type GetHypervisorRequest.Builder Modifier and Type Method Description static Class<? extends GetHypervisorRequest.Builder>GetHypervisorRequest. serializableBuilderClass()
-