| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhub.model |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceAttribute> |
MigrationTask.resourceAttributeList()
Information about the resource that is being migrated.
|
List<ResourceAttribute> |
PutResourceAttributesRequest.resourceAttributeList()
Information about the resource that is being migrated.
|
| Modifier and Type | Method and Description |
|---|---|
MigrationTask.Builder |
MigrationTask.Builder.resourceAttributeList(ResourceAttribute... resourceAttributeList)
Information about the resource that is being migrated.
|
PutResourceAttributesRequest.Builder |
PutResourceAttributesRequest.Builder.resourceAttributeList(ResourceAttribute... resourceAttributeList)
Information about the resource that is being migrated.
|
| Modifier and Type | Method and Description |
|---|---|
MigrationTask.Builder |
MigrationTask.Builder.resourceAttributeList(Collection<ResourceAttribute> resourceAttributeList)
Information about the resource that is being migrated.
|
PutResourceAttributesRequest.Builder |
PutResourceAttributesRequest.Builder.resourceAttributeList(Collection<ResourceAttribute> resourceAttributeList)
Information about the resource that is being migrated.
|
Copyright © 2023. All rights reserved.