| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhub |
The AWS Migration Hub API methods help to obtain server and application migration status and integrate your
resource-specific migration tool by providing a programmatic interface to Migration Hub.
|
| software.amazon.awssdk.services.migrationhub.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutResourceAttributesResponse> |
MigrationHubAsyncClient.putResourceAttributes(Consumer<PutResourceAttributesRequest.Builder> putResourceAttributesRequest)
Provides identifying details of the resource being migrated so that it can be associated in the Application
Discovery Service repository.
|
default PutResourceAttributesResponse |
MigrationHubClient.putResourceAttributes(Consumer<PutResourceAttributesRequest.Builder> putResourceAttributesRequest)
Provides identifying details of the resource being migrated so that it can be associated in the Application
Discovery Service repository.
|
| Modifier and Type | Method and Description |
|---|---|
static PutResourceAttributesRequest.Builder |
PutResourceAttributesRequest.builder() |
PutResourceAttributesRequest.Builder |
PutResourceAttributesRequest.Builder.dryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place.
|
PutResourceAttributesRequest.Builder |
PutResourceAttributesRequest.Builder.migrationTaskName(String migrationTaskName)
Unique identifier that references the migration task.
|
PutResourceAttributesRequest.Builder |
PutResourceAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutResourceAttributesRequest.Builder |
PutResourceAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutResourceAttributesRequest.Builder |
PutResourceAttributesRequest.Builder.progressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
|
PutResourceAttributesRequest.Builder |
PutResourceAttributesRequest.Builder.resourceAttributeList(Collection<ResourceAttribute> resourceAttributeList)
Information about the resource that is being migrated.
|
PutResourceAttributesRequest.Builder |
PutResourceAttributesRequest.Builder.resourceAttributeList(Consumer<ResourceAttribute.Builder>... resourceAttributeList)
Information about the resource that is being migrated.
|
PutResourceAttributesRequest.Builder |
PutResourceAttributesRequest.Builder.resourceAttributeList(ResourceAttribute... resourceAttributeList)
Information about the resource that is being migrated.
|
PutResourceAttributesRequest.Builder |
PutResourceAttributesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutResourceAttributesRequest.Builder> |
PutResourceAttributesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.