| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.migrationhub.model |
| Modifier and Type | Method and Description |
|---|---|
PutResourceAttributesResult |
AbstractAWSMigrationHub.putResourceAttributes(PutResourceAttributesRequest request) |
PutResourceAttributesResult |
AWSMigrationHubClient.putResourceAttributes(PutResourceAttributesRequest request)
Provides identifying details of the resource being migrated so that it can be associated in the Application
Discovery Service repository.
|
PutResourceAttributesResult |
AWSMigrationHub.putResourceAttributes(PutResourceAttributesRequest putResourceAttributesRequest)
Provides identifying details of the resource being migrated so that it can be associated in the Application
Discovery Service repository.
|
Future<PutResourceAttributesResult> |
AbstractAWSMigrationHubAsync.putResourceAttributesAsync(PutResourceAttributesRequest request) |
Future<PutResourceAttributesResult> |
AWSMigrationHubAsyncClient.putResourceAttributesAsync(PutResourceAttributesRequest request) |
Future<PutResourceAttributesResult> |
AWSMigrationHubAsync.putResourceAttributesAsync(PutResourceAttributesRequest putResourceAttributesRequest)
Provides identifying details of the resource being migrated so that it can be associated in the Application
Discovery Service repository.
|
Future<PutResourceAttributesResult> |
AbstractAWSMigrationHubAsync.putResourceAttributesAsync(PutResourceAttributesRequest request,
AsyncHandler<PutResourceAttributesRequest,PutResourceAttributesResult> asyncHandler) |
Future<PutResourceAttributesResult> |
AWSMigrationHubAsyncClient.putResourceAttributesAsync(PutResourceAttributesRequest request,
AsyncHandler<PutResourceAttributesRequest,PutResourceAttributesResult> asyncHandler) |
Future<PutResourceAttributesResult> |
AWSMigrationHubAsync.putResourceAttributesAsync(PutResourceAttributesRequest putResourceAttributesRequest,
AsyncHandler<PutResourceAttributesRequest,PutResourceAttributesResult> asyncHandler)
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 |
|---|---|
Future<PutResourceAttributesResult> |
AbstractAWSMigrationHubAsync.putResourceAttributesAsync(PutResourceAttributesRequest request,
AsyncHandler<PutResourceAttributesRequest,PutResourceAttributesResult> asyncHandler) |
Future<PutResourceAttributesResult> |
AWSMigrationHubAsyncClient.putResourceAttributesAsync(PutResourceAttributesRequest request,
AsyncHandler<PutResourceAttributesRequest,PutResourceAttributesResult> asyncHandler) |
Future<PutResourceAttributesResult> |
AWSMigrationHubAsync.putResourceAttributesAsync(PutResourceAttributesRequest putResourceAttributesRequest,
AsyncHandler<PutResourceAttributesRequest,PutResourceAttributesResult> asyncHandler)
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 |
|---|---|
PutResourceAttributesRequest |
PutResourceAttributesRequest.clone() |
PutResourceAttributesRequest |
PutResourceAttributesRequest.withDryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place.
|
PutResourceAttributesRequest |
PutResourceAttributesRequest.withMigrationTaskName(String migrationTaskName)
Unique identifier that references the migration task.
|
PutResourceAttributesRequest |
PutResourceAttributesRequest.withProgressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
|
PutResourceAttributesRequest |
PutResourceAttributesRequest.withResourceAttributeList(Collection<ResourceAttribute> resourceAttributeList)
Information about the resource that is being migrated.
|
PutResourceAttributesRequest |
PutResourceAttributesRequest.withResourceAttributeList(ResourceAttribute... resourceAttributeList)
Information about the resource that is being migrated.
|
Copyright © 2024. All rights reserved.