| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhuborchestrator |
This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS
Migration Hub Orchestrator.
|
| software.amazon.awssdk.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
default TagResourceResponse |
MigrationHubOrchestratorClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Tag a resource by specifying its Amazon Resource Name (ARN).
|
default CompletableFuture<TagResourceResponse> |
MigrationHubOrchestratorAsyncClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Tag a resource by specifying its Amazon Resource Name (ARN).
|
| Modifier and Type | Method and Description |
|---|---|
static TagResourceRequest.Builder |
TagResourceRequest.builder() |
TagResourceRequest.Builder |
TagResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TagResourceRequest.Builder |
TagResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TagResourceRequest.Builder |
TagResourceRequest.Builder.resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource to which you want to add tags.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Map<String,String> tags)
A collection of labels, in the form of key:value pairs, that apply to this resource.
|
TagResourceRequest.Builder |
TagResourceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TagResourceRequest.Builder> |
TagResourceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.