Uses of Class
software.amazon.awssdk.services.migrationhub.model.ResourceAttribute
-
Packages that use ResourceAttribute Package Description software.amazon.awssdk.services.migrationhub.model -
-
Uses of ResourceAttribute in software.amazon.awssdk.services.migrationhub.model
Methods in software.amazon.awssdk.services.migrationhub.model that return types with arguments of type ResourceAttribute Modifier and Type Method 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.Methods in software.amazon.awssdk.services.migrationhub.model with parameters of type ResourceAttribute Modifier and Type Method Description MigrationTask.BuilderMigrationTask.Builder. resourceAttributeList(ResourceAttribute... resourceAttributeList)Information about the resource that is being migrated.PutResourceAttributesRequest.BuilderPutResourceAttributesRequest.Builder. resourceAttributeList(ResourceAttribute... resourceAttributeList)Information about the resource that is being migrated.Method parameters in software.amazon.awssdk.services.migrationhub.model with type arguments of type ResourceAttribute Modifier and Type Method Description MigrationTask.BuilderMigrationTask.Builder. resourceAttributeList(Collection<ResourceAttribute> resourceAttributeList)Information about the resource that is being migrated.PutResourceAttributesRequest.BuilderPutResourceAttributesRequest.Builder. resourceAttributeList(Collection<ResourceAttribute> resourceAttributeList)Information about the resource that is being migrated.
-