Uses of Interface
software.amazon.awssdk.services.backupgateway.model.PutHypervisorPropertyMappingsRequest.Builder
-
Packages that use PutHypervisorPropertyMappingsRequest.Builder Package Description software.amazon.awssdk.services.backupgateway Backup gateway software.amazon.awssdk.services.backupgateway.model -
-
Uses of PutHypervisorPropertyMappingsRequest.Builder in software.amazon.awssdk.services.backupgateway
Method parameters in software.amazon.awssdk.services.backupgateway with type arguments of type PutHypervisorPropertyMappingsRequest.Builder 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 PutHypervisorPropertyMappingsResponseBackupGatewayClient. putHypervisorPropertyMappings(Consumer<PutHypervisorPropertyMappingsRequest.Builder> putHypervisorPropertyMappingsRequest)This action sets the property mappings for the specified hypervisor. -
Uses of PutHypervisorPropertyMappingsRequest.Builder in software.amazon.awssdk.services.backupgateway.model
Methods in software.amazon.awssdk.services.backupgateway.model that return PutHypervisorPropertyMappingsRequest.Builder Modifier and Type Method Description static PutHypervisorPropertyMappingsRequest.BuilderPutHypervisorPropertyMappingsRequest. builder()PutHypervisorPropertyMappingsRequest.BuilderPutHypervisorPropertyMappingsRequest.Builder. hypervisorArn(String hypervisorArn)The Amazon Resource Name (ARN) of the hypervisor.PutHypervisorPropertyMappingsRequest.BuilderPutHypervisorPropertyMappingsRequest.Builder. iamRoleArn(String iamRoleArn)The Amazon Resource Name (ARN) of the IAM role.PutHypervisorPropertyMappingsRequest.BuilderPutHypervisorPropertyMappingsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutHypervisorPropertyMappingsRequest.BuilderPutHypervisorPropertyMappingsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutHypervisorPropertyMappingsRequest.BuilderPutHypervisorPropertyMappingsRequest. toBuilder()PutHypervisorPropertyMappingsRequest.BuilderPutHypervisorPropertyMappingsRequest.Builder. vmwareToAwsTagMappings(Collection<VmwareToAwsTagMapping> vmwareToAwsTagMappings)This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.PutHypervisorPropertyMappingsRequest.BuilderPutHypervisorPropertyMappingsRequest.Builder. vmwareToAwsTagMappings(Consumer<VmwareToAwsTagMapping.Builder>... vmwareToAwsTagMappings)This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.PutHypervisorPropertyMappingsRequest.BuilderPutHypervisorPropertyMappingsRequest.Builder. vmwareToAwsTagMappings(VmwareToAwsTagMapping... vmwareToAwsTagMappings)This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.Methods in software.amazon.awssdk.services.backupgateway.model that return types with arguments of type PutHypervisorPropertyMappingsRequest.Builder Modifier and Type Method Description static Class<? extends PutHypervisorPropertyMappingsRequest.Builder>PutHypervisorPropertyMappingsRequest. serializableBuilderClass()
-