| Package | Description |
|---|---|
| software.amazon.awssdk.services.backupgateway |
|
| software.amazon.awssdk.services.backupgateway.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutHypervisorPropertyMappingsResponse> |
BackupGatewayAsyncClient.putHypervisorPropertyMappings(Consumer<PutHypervisorPropertyMappingsRequest.Builder> putHypervisorPropertyMappingsRequest)
This action sets the property mappings for the specified hypervisor.
|
default PutHypervisorPropertyMappingsResponse |
BackupGatewayClient.putHypervisorPropertyMappings(Consumer<PutHypervisorPropertyMappingsRequest.Builder> putHypervisorPropertyMappingsRequest)
This action sets the property mappings for the specified hypervisor.
|
| Modifier and Type | Method and Description |
|---|---|
static PutHypervisorPropertyMappingsRequest.Builder |
PutHypervisorPropertyMappingsRequest.builder() |
PutHypervisorPropertyMappingsRequest.Builder |
PutHypervisorPropertyMappingsRequest.Builder.hypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor.
|
PutHypervisorPropertyMappingsRequest.Builder |
PutHypervisorPropertyMappingsRequest.Builder.iamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
PutHypervisorPropertyMappingsRequest.Builder |
PutHypervisorPropertyMappingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutHypervisorPropertyMappingsRequest.Builder |
PutHypervisorPropertyMappingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutHypervisorPropertyMappingsRequest.Builder |
PutHypervisorPropertyMappingsRequest.toBuilder() |
PutHypervisorPropertyMappingsRequest.Builder |
PutHypervisorPropertyMappingsRequest.Builder.vmwareToAwsTagMappings(Collection<VmwareToAwsTagMapping> vmwareToAwsTagMappings)
This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.
|
PutHypervisorPropertyMappingsRequest.Builder |
PutHypervisorPropertyMappingsRequest.Builder.vmwareToAwsTagMappings(Consumer<VmwareToAwsTagMapping.Builder>... vmwareToAwsTagMappings)
This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.
|
PutHypervisorPropertyMappingsRequest.Builder |
PutHypervisorPropertyMappingsRequest.Builder.vmwareToAwsTagMappings(VmwareToAwsTagMapping... vmwareToAwsTagMappings)
This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutHypervisorPropertyMappingsRequest.Builder> |
PutHypervisorPropertyMappingsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.